#A82928

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

Shades of Brown #A82928

Tints of Brown #A82928

Color information

#A82928 (or 0xA82928) is unknown color: approx Brown. HEX triplet: A8, 29 and 28. RGB value is (168,41,40). Sum of RGB (Red+Green+Blue) = 168+41+40=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A82928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82928 is #57D6D7. Grayscale: #4E4E4E. Windows color (decimal): -5756632 or 2632104. OLE color: 2632104.

HSL color Cylindrical-coordinate representation of color #A82928: hue angle of 0.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82928 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1684140-
CMYK00.760.760.34
HSL0.47º61.54%40.78%-
HSV(B)0.47º76.19%65.88%-
XYZ17.3210.063.04-
YUV78.86106.08191.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.47%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=67.47%
G=16.47%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168414000.760.760.340.4761.5440.78
HexA8292804C4C2203e29
Octal250515001141144207651
Binary101010001010011010000100110010011001000100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82928; }

 p { color: rgb(168,41,40); }

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

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

 a { background-color: rgb(168,41,40); }

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

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

 span { border-color: rgb(168,41,40); }

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