#A82D2B

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

Shades of Brown #A82D2B

Tints of Brown #A82D2B

Color information

#A82D2B (or 0xA82D2B) is unknown color: approx Brown. HEX triplet: A8, 2D and 2B. RGB value is (168,45,43). Sum of RGB (Red+Green+Blue) = 168+45+43=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D2B is #57D2D4. Grayscale: #515151. Windows color (decimal): -5755605 or 2829736. OLE color: 2829736.

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

Color convert

RGB1684543-
CMYK00.730.740.34
HSL0.96º59.24%41.37%-
HSV(B)0.96º74.4%65.88%-
XYZ17.5210.383.36-
YUV81.55106.25189.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.62%
GREEN value IS 45 (17.97% from 255) = 17.58%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=65.62%
G=17.58%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168454300.730.740.340.9659.2441.37
HexA82D2B0494A2213b29
Octal250555301111124217351
Binary101010001011011010110100100110010101000101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82D2B; }

 p { color: rgb(168,45,43); }

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

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

 a { background-color: rgb(168,45,43); }

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

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

 span { border-color: rgb(168,45,43); }

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