#A2876D

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

Shades of Sandal #A2876D

Tints of Sandal #A2876D

Color information

#A2876D (or 0xA2876D) is unknown color: approx Sandal. HEX triplet: A2, 87 and 6D. RGB value is (162,135,109). Sum of RGB (Red+Green+Blue) = 162+135+109=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2876D is #5D7892. Grayscale: #8C8C8C. Windows color (decimal): -6125715 or 7178146. OLE color: 7178146.

HSL color Cylindrical-coordinate representation of color #A2876D: hue angle of 29.43º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2876D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162135109-
CMYK00.170.330.36
HSL29.43º22.18%53.14%-
HSV(B)29.43º32.72%63.53%-
XYZ26.3226.1118.12-
YUV140.11110.45143.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=39.90%
G=33.25%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213510900.170.330.3629.4322.1853.14
HexA2876D01121241d1635
Octal2422071550214144352665
Binary101000101000011111011010100011000011001001110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2876D; }

 p { color: rgb(162,135,109); }

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

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

 a { background-color: rgb(162,135,109); }

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

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

 span { border-color: rgb(162,135,109); }

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