#A28464

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

Shades of Sandal #A28464

Tints of Sandal #A28464

Color information

#A28464 (or 0xA28464) is unknown color: approx Sandal. HEX triplet: A2, 84 and 64. RGB value is (162,132,100). Sum of RGB (Red+Green+Blue) = 162+132+100=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A28464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28464 is #5D7B9B. Grayscale: #898989. Windows color (decimal): -6126492 or 6587554. OLE color: 6587554.

HSL color Cylindrical-coordinate representation of color #A28464: hue angle of 30.97º 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 #A28464 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB162132100-
CMYK00.190.380.36
HSL30.97º25%51.37%-
HSV(B)30.97º38.27%63.53%-
XYZ25.4525.115.56-
YUV137.32106.94145.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=41.12%
G=33.50%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213210000.190.380.3630.972551.37
HexA2846401326241f1933
Octal2422041440234644373163
Binary101000101000010011001000100111001101001001111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28464; }

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

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

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

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

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

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

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

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