#A92D22

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

Shades of Brown #A92D22

Tints of Brown #A92D22

Color information

#A92D22 (or 0xA92D22) is unknown color: approx Brown. HEX triplet: A9, 2D and 22. RGB value is (169,45,34). Sum of RGB (Red+Green+Blue) = 169+45+34=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D22 is #56D2DD. Grayscale: #505050. Windows color (decimal): -5690078 or 2239913. OLE color: 2239913.

HSL color Cylindrical-coordinate representation of color #A92D22: hue angle of 4.89º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92D22 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1694534-
CMYK00.730.800.34
HSL4.89º66.5%39.8%-
HSV(B)4.89º79.88%66.27%-
XYZ17.5910.432.6-
YUV80.82101.58190.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.15%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=68.15%
G=18.15%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169453400.730.800.344.8966.539.8
HexA92D22049502254328
Octal2515542011112042510350
Binary101010011011011000100100100110100001000101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D22; }

 p { color: rgb(169,45,34); }

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

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

 a { background-color: rgb(169,45,34); }

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

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

 span { border-color: rgb(169,45,34); }

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