#A9352C

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

Shades of Brown #A9352C

Tints of Brown #A9352C

Color information

#A9352C (or 0xA9352C) is unknown color: approx Brown. HEX triplet: A9, 35 and 2C. RGB value is (169,53,44). Sum of RGB (Red+Green+Blue) = 169+53+44=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9352C is #56CAD3. Grayscale: #565656. Windows color (decimal): -5688020 or 2897321. OLE color: 2897321.

HSL color Cylindrical-coordinate representation of color #A9352C: hue angle of 4.32º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9352C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB1695344-
CMYK00.690.740.34
HSL4.32º58.69%41.76%-
HSV(B)4.32º73.96%66.27%-
XYZ18.0911.163.58-
YUV86.66103.93186.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.53%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=63.53%
G=19.92%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169534400.690.740.344.3258.6941.76
HexA9352C0454A2243b2a
Octal251655401051124247352
Binary10101001110101101100010001011001010100010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9352C; }

 p { color: rgb(169,53,44); }

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

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

 a { background-color: rgb(169,53,44); }

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

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

 span { border-color: rgb(169,53,44); }

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