#A2876E

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

Shades of Sandal #A2876E

Tints of Sandal #A2876E

Color information

#A2876E (or 0xA2876E) is unknown color: approx Sandal. HEX triplet: A2, 87 and 6E. RGB value is (162,135,110). Sum of RGB (Red+Green+Blue) = 162+135+110=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A2876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2876E is #5D7891. Grayscale: #8C8C8C. Windows color (decimal): -6125714 or 7243682. OLE color: 7243682.

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

Color convert

RGB162135110-
CMYK00.170.320.36
HSL28.85º21.85%53.33%-
HSV(B)28.85º32.1%63.53%-
XYZ26.3826.1418.41-
YUV140.22110.95143.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=39.80%
G=33.17%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213511000.170.320.3628.8521.8553.33
HexA2876E01120241d1635
Octal2422071560214044352665
Binary101000101000011111011100100011000001001001110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2876E; }

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

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

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

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

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

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

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

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