#A92824

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

Shades of Brown #A92824

Tints of Brown #A92824

Color information

#A92824 (or 0xA92824) is unknown color: approx Brown. HEX triplet: A9, 28 and 24. RGB value is (169,40,36). Sum of RGB (Red+Green+Blue) = 169+40+36=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A92824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92824 is #56D7DB. Grayscale: #4E4E4E. Windows color (decimal): -5691356 or 2369705. OLE color: 2369705.

HSL color Cylindrical-coordinate representation of color #A92824: hue angle of 1.8º 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 #A92824 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1694036-
CMYK00.760.790.34
HSL1.8º64.88%40.2%-
HSV(B)1.8º78.7%66.27%-
XYZ17.4410.082.7-
YUV78.11104.24192.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.98%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=68.98%
G=16.33%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169403600.760.790.341.864.8840.2
HexA9282404C4F2224128
Octal2515044011411742210150
Binary10101001101000100100010011001001111100010101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92824; }

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

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

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

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

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

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

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

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