#A9332C

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

Shades of Brown #A9332C

Tints of Brown #A9332C

Color information

#A9332C (or 0xA9332C) is unknown color: approx Brown. HEX triplet: A9, 33 and 2C. RGB value is (169,51,44). Sum of RGB (Red+Green+Blue) = 169+51+44=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9332C is #56CCD3. Grayscale: #555555. Windows color (decimal): -5688532 or 2896809. OLE color: 2896809.

HSL color Cylindrical-coordinate representation of color #A9332C: hue angle of 3.36º 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 #A9332C is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB1695144-
CMYK00.700.740.34
HSL3.36º58.69%41.76%-
HSV(B)3.36º73.96%66.27%-
XYZ1810.983.55-
YUV85.48104.59187.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.02%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=64.02%
G=19.32%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169514400.700.740.343.3658.6941.76
HexA9332C0464A2233b2a
Octal251635401061124237352
Binary1010100111001110110001000110100101010001011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9332C; }

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

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

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

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

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

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

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

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