#A82C27

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

Shades of Brown #A82C27

Tints of Brown #A82C27

Color information

#A82C27 (or 0xA82C27) is unknown color: approx Brown. HEX triplet: A8, 2C and 27. RGB value is (168,44,39). Sum of RGB (Red+Green+Blue) = 168+44+39=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C27 is #57D3D8. Grayscale: #505050. Windows color (decimal): -5755865 or 2567336. OLE color: 2567336.

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

Color convert

RGB1684439-
CMYK00.740.770.34
HSL2.33º62.32%40.59%-
HSV(B)2.33º76.79%65.88%-
XYZ17.4210.272.98-
YUV80.51104.58190.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.93%
GREEN value IS 44 (17.58% from 255) = 17.53%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=66.93%
G=17.53%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168443900.740.770.342.3362.3240.59
HexA82C2704A4D2223e29
Octal250544701121154227651
Binary1010100010110010011101001010100110110001010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C27; }

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

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

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

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

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

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

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

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