#a22f1f

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

Shades of Brown #A22F1F

Tints of Brown #A22F1F

Color information

#A22F1F (or 0xA22F1F) is unknown color: approx Brown. HEX triplet: A2, 2F and 1F. RGB value is (162,47,31). Sum of RGB (Red+Green+Blue) = 162+47+31=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F1F is #5DD0E0. Grayscale: #4F4F4F. Windows color (decimal): -6148321 or 2043810. OLE color: 2043810.

HSL color Cylindrical-coordinate representation of color #A22F1F: hue angle of 7.33º degrees, saturation: 0.68, 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 #A22F1F is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1624731-
CMYK00.710.810.36
HSL7.33º67.88%37.84%-
HSV(B)7.33º80.86%63.53%-
XYZ16.169.812.34-
YUV79.56100.6186.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=67.5%
G=19.58%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162473100.710.810.367.3367.8837.84
HexA22F1F047512474426
Octal2425737010712144710446
Binary10100010101111111110100011110100011001001111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22f1f; }

 p { color: rgb(162,47,31); }

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

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

 a { background-color: rgb(162,47,31); }

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

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

 span { border-color: rgb(162,47,31); }

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