#A22D1E

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

Shades of Brown #A22D1E

Tints of Brown #A22D1E

Color information

#A22D1E (or 0xA22D1E) is unknown color: approx Brown. HEX triplet: A2, 2D and 1E. RGB value is (162,45,30). Sum of RGB (Red+Green+Blue) = 162+45+30=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D1E is #5DD2E1. Grayscale: #4E4E4E. Windows color (decimal): -6148834 or 1977762. OLE color: 1977762.

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

Color convert

RGB1624530-
CMYK00.720.810.36
HSL6.82º68.75%37.65%-
HSV(B)6.82º81.48%63.53%-
XYZ16.079.652.24-
YUV78.27100.76187.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.35%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=68.35%
G=18.99%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162453000.720.810.366.8268.7537.65
HexA22D1E048512474526
Octal2425536011012144710546
Binary10100010101101111100100100010100011001001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D1E; }

 p { color: rgb(162,45,30); }

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

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

 a { background-color: rgb(162,45,30); }

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

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

 span { border-color: rgb(162,45,30); }

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