#A82E24

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

Shades of Brown #A82E24

Tints of Brown #A82E24

Color information

#A82E24 (or 0xA82E24) is unknown color: approx Brown. HEX triplet: A8, 2E and 24. RGB value is (168,46,36). Sum of RGB (Red+Green+Blue) = 168+46+36=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82E24 is #57D1DB. Grayscale: #515151. Windows color (decimal): -5755356 or 2371240. OLE color: 2371240.

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

Color convert

RGB1684636-
CMYK00.730.790.34
HSL4.55º64.71%40%-
HSV(B)4.55º78.57%65.88%-
XYZ17.4410.412.76-
YUV81.34102.42189.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.2%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 36 (14.45% from 255) = 14.4%
R=67.2%
G=18.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168463600.730.790.344.5564.7140
HexA82E240494F2254128
Octal2505644011111742510150
Binary101010001011101001000100100110011111000101011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82E24; }

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

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

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

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

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

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

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

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