#A28A66

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

Shades of Sandal #A28A66

Tints of Sandal #A28A66

Color information

#A28A66 (or 0xA28A66) is unknown color: approx Sandal. HEX triplet: A2, 8A and 66. RGB value is (162,138,102). Sum of RGB (Red+Green+Blue) = 162+138+102=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A66 is #5D7599. Grayscale: #8D8D8D. Windows color (decimal): -6124954 or 6720162. OLE color: 6720162.

HSL color Cylindrical-coordinate representation of color #A28A66: hue angle of 36º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A28A66 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB162138102-
CMYK00.150.370.36
HSL36º24.39%51.76%-
HSV(B)36º37.04%63.53%-
XYZ26.3926.8216.36-
YUV141.07105.95142.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=40.30%
G=34.33%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213810200.150.370.363624.3951.76
HexA28A660F2524241834
Octal2422121460174544443064
Binary101000101000101011001100111110010110010010010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A66; }

 p { color: rgb(162,138,102); }

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

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

 a { background-color: rgb(162,138,102); }

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

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

 span { border-color: rgb(162,138,102); }

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