#A2331D

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

Shades of Brown #A2331D

Tints of Brown #A2331D

Color information

#A2331D (or 0xA2331D) is unknown color: approx Brown. HEX triplet: A2, 33 and 1D. RGB value is (162,51,29). Sum of RGB (Red+Green+Blue) = 162+51+29=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2331D is #5DCCE2. Grayscale: #515151. Windows color (decimal): -6147299 or 1913762. OLE color: 1913762.

HSL color Cylindrical-coordinate representation of color #A2331D: hue angle of 9.92º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2331D is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1625129-
CMYK00.690.820.36
HSL9.92º69.63%37.45%-
HSV(B)9.92º82.1%63.53%-
XYZ16.3110.142.26-
YUV81.6898.27185.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=66.94%
G=21.07%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162512900.690.820.369.9269.6337.45
HexA2331D0455224a4625
Octal24263350105122441210645
Binary101000101100111110101000101101001010010010101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2331D; }

 p { color: rgb(162,51,29); }

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

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

 a { background-color: rgb(162,51,29); }

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

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

 span { border-color: rgb(162,51,29); }

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