#A82F24

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

Shades of Brown #A82F24

Tints of Brown #A82F24

Color information

#A82F24 (or 0xA82F24) is unknown color: approx Brown. HEX triplet: A8, 2F and 24. RGB value is (168,47,36). Sum of RGB (Red+Green+Blue) = 168+47+36=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82F24 is #57D0DB. Grayscale: #525252. Windows color (decimal): -5755100 or 2371496. OLE color: 2371496.

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

Color convert

RGB1684736-
CMYK00.720.790.34
HSL64.71%40%-
HSV(B)78.57%65.88%-
XYZ17.4810.492.77-
YUV81.92102.09189.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.93%
GREEN value IS 47 (18.75% from 255) = 18.73%
BLUE value IS 36 (14.45% from 255) = 14.34%
R=66.93%
G=18.73%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168473600.720.790.34564.7140
HexA82F240484F2254128
Octal2505744011011742510150
Binary101010001011111001000100100010011111000101011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82F24; }

 p { color: rgb(168,47,36); }

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

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

 a { background-color: rgb(168,47,36); }

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

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

 span { border-color: rgb(168,47,36); }

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