#A92927

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

Shades of Brown #A92927

Tints of Brown #A92927

Color information

#A92927 (or 0xA92927) is unknown color: approx Brown. HEX triplet: A9, 29 and 27. RGB value is (169,41,39). Sum of RGB (Red+Green+Blue) = 169+41+39=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A92927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92927 is #56D6D8. Grayscale: #4F4F4F. Windows color (decimal): -5691097 or 2566569. OLE color: 2566569.

HSL color Cylindrical-coordinate representation of color #A92927: hue angle of 0.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92927 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1694139-
CMYK00.760.770.34
HSL0.92º62.5%40.78%-
HSV(B)0.92º76.92%66.27%-
XYZ17.5210.172.96-
YUV79.04105.41192.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.87%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=67.87%
G=16.47%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169413900.760.770.340.9262.540.78
HexA9292704C4D2213e29
Octal251514701141154217651
Binary101010011010011001110100110010011011000101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92927; }

 p { color: rgb(169,41,39); }

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

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

 a { background-color: rgb(169,41,39); }

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

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

 span { border-color: rgb(169,41,39); }

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