#A28A60

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

Shades of Sandal #A28A60

Tints of Sandal #A28A60

Color information

#A28A60 (or 0xA28A60) is unknown color: approx Sandal. HEX triplet: A2, 8A and 60. RGB value is (162,138,96). Sum of RGB (Red+Green+Blue) = 162+138+96=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A60 is #5D759F. Grayscale: #8C8C8C. Windows color (decimal): -6124960 or 6326946. OLE color: 6326946.

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

Color convert

RGB16213896-
CMYK00.150.410.36
HSL38.18º26.19%50.59%-
HSV(B)38.18º40.74%63.53%-
XYZ26.126.714.84-
YUV140.39102.95143.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=40.91%
G=34.85%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621389600.150.410.3638.1826.1950.59
HexA28A600F2924261a33
Octal2422121400175144463263
Binary101000101000101011000000111110100110010010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A60; }

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

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

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

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

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

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

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

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