#A92C24

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

Shades of Brown #A92C24

Tints of Brown #A92C24

Color information

#A92C24 (or 0xA92C24) is unknown color: approx Brown. HEX triplet: A9, 2C and 24. RGB value is (169,44,36). Sum of RGB (Red+Green+Blue) = 169+44+36=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C24 is #56D3DB. Grayscale: #505050. Windows color (decimal): -5690332 or 2370729. OLE color: 2370729.

HSL color Cylindrical-coordinate representation of color #A92C24: hue angle of 3.61º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92C24 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1694436-
CMYK00.740.790.34
HSL3.61º64.88%40.2%-
HSV(B)3.61º78.7%66.27%-
XYZ17.5810.362.74-
YUV80.46102.91191.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.87%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=67.87%
G=17.67%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169443600.740.790.343.6164.8840.2
HexA92C2404A4F2244128
Octal2515444011211742410150
Binary101010011011001001000100101010011111000101001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92C24; }

 p { color: rgb(169,44,36); }

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

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

 a { background-color: rgb(169,44,36); }

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

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

 span { border-color: rgb(169,44,36); }

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