#A7342C

Color #A7342C Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A7342C

Tints of Brown #A7342C

Color information

#A7342C (or 0xA7342C) is unknown color: approx Brown. HEX triplet: A7, 34 and 2C. RGB value is (167,52,44). Sum of RGB (Red+Green+Blue) = 167+52+44=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7342C is #58CBD3. Grayscale: #555555. Windows color (decimal): -5819348 or 2897063. OLE color: 2897063.

HSL color Cylindrical-coordinate representation of color #A7342C: hue angle of 3.9º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7342C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1675244-
CMYK00.690.740.35
HSL3.9º58.29%41.37%-
HSV(B)3.9º73.65%65.49%-
XYZ17.6210.853.55-
YUV85.47104.6186.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 63.50%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=63.50%
G=19.77%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167524400.690.740.353.958.2941.37
HexA7342C0454A2343a29
Octal247645401051124347251
Binary10100111110100101100010001011001010100011100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7342C; }

 p { color: rgb(167,52,44); }

 H1.HeaderClassName
 {
   color: #A7342C;
 }
 .AnyTagClassName
 {
   color: #A7342C;
 }
</style>
background-color css

<style>
 a { background-color: #A7342C; }

 a { background-color: rgb(167,52,44); }

 div.DivClassName
 {
   background-color: #A7342C;
 }
 .BgClassName
 {
   background-color: #A7342C;
 }
</style>
border-color css

<style>
 span { border-color: #A7342C; }

 span { border-color: rgb(167,52,44); }

 td.TdClassName
 {
   border-color: #A7342C;
 }
 .TagClassName
 {
   border-color: #A7342C;
 }
</style>