#A2331B

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

Shades of Brown #A2331B

Tints of Brown #A2331B

Color information

#A2331B (or 0xA2331B) is unknown color: approx Brown. HEX triplet: A2, 33 and 1B. RGB value is (162,51,27). Sum of RGB (Red+Green+Blue) = 162+51+27=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2331B is #5DCCE4. Grayscale: #515151. Windows color (decimal): -6147301 or 1782690. OLE color: 1782690.

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

Color convert

RGB1625127-
CMYK00.690.830.36
HSL10.67º71.43%37.06%-
HSV(B)10.67º83.33%63.53%-
XYZ16.2810.132.13-
YUV81.4597.27185.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 27 (10.94% from 255) = 11.25%
R=67.5%
G=21.25%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162512700.690.830.3610.6771.4337.06
HexA2331B0455324b4725
Octal24263330105123441310745
Binary101000101100111101101000101101001110010010111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2331B; }

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

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

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

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

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

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

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

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