#A82A27

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

Shades of Brown #A82A27

Tints of Brown #A82A27

Color information

#A82A27 (or 0xA82A27) is unknown color: approx Brown. HEX triplet: A8, 2A and 27. RGB value is (168,42,39). Sum of RGB (Red+Green+Blue) = 168+42+39=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A27 is #57D5D8. Grayscale: #4F4F4F. Windows color (decimal): -5756377 or 2566824. OLE color: 2566824.

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

Color convert

RGB1684239-
CMYK00.750.770.34
HSL1.4º62.32%40.59%-
HSV(B)1.4º76.79%65.88%-
XYZ17.3410.132.96-
YUV79.33105.24191.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.47%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=67.47%
G=16.87%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168423900.750.770.341.462.3240.59
HexA82A2704B4D2213e29
Octal250524701131154217651
Binary101010001010101001110100101110011011000101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A27; }

 p { color: rgb(168,42,39); }

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

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

 a { background-color: rgb(168,42,39); }

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

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

 span { border-color: rgb(168,42,39); }

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