#A22B27

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

Shades of Brown #A22B27

Tints of Brown #A22B27

Color information

#A22B27 (or 0xA22B27) is unknown color: approx Brown. HEX triplet: A2, 2B and 27. RGB value is (162,43,39). Sum of RGB (Red+Green+Blue) = 162+43+39=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B27 is #5DD4D8. Grayscale: #4E4E4E. Windows color (decimal): -6149337 or 2567074. OLE color: 2567074.

HSL color Cylindrical-coordinate representation of color #A22B27: hue angle of 1.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22B27 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1624339-
CMYK00.730.760.36
HSL1.95º61.19%39.41%-
HSV(B)1.95º75.93%63.53%-
XYZ16.139.562.91-
YUV78.12105.92187.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.39%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=66.39%
G=17.62%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162433900.730.760.361.9561.1939.41
HexA22B270494C2423d27
Octal242534701111144427547
Binary1010001010101110011101001001100110010010010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B27; }

 p { color: rgb(162,43,39); }

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

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

 a { background-color: rgb(162,43,39); }

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

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

 span { border-color: rgb(162,43,39); }

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