#A28964

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

Shades of Sandal #A28964

Tints of Sandal #A28964

Color information

#A28964 (or 0xA28964) is unknown color: approx Sandal. HEX triplet: A2, 89 and 64. RGB value is (162,137,100). Sum of RGB (Red+Green+Blue) = 162+137+100=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A28964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28964 is #5D769B. Grayscale: #8C8C8C. Windows color (decimal): -6125212 or 6588834. OLE color: 6588834.

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

Color convert

RGB162137100-
CMYK00.150.380.36
HSL35.81º25%51.37%-
HSV(B)35.81º38.27%63.53%-
XYZ26.1526.4915.79-
YUV140.26105.28143.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=40.60%
G=34.34%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213710000.150.380.3635.812551.37
HexA289640F2624241933
Octal2422111440174644443163
Binary101000101000100111001000111110011010010010010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28964; }

 p { color: rgb(162,137,100); }

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

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

 a { background-color: rgb(162,137,100); }

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

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

 span { border-color: rgb(162,137,100); }

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