#A28C64

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

Shades of Sandal #A28C64

Tints of Sandal #A28C64

Color information

#A28C64 (or 0xA28C64) is unknown color: approx Sandal. HEX triplet: A2, 8C and 64. RGB value is (162,140,100). Sum of RGB (Red+Green+Blue) = 162+140+100=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C64 is #5D739B. Grayscale: #8E8E8E. Windows color (decimal): -6124444 or 6589602. OLE color: 6589602.

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

Color convert

RGB162140100-
CMYK00.140.380.36
HSL38.71º25%51.37%-
HSV(B)38.71º38.27%63.53%-
XYZ26.5827.3615.94-
YUV142.02104.29142.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=40.30%
G=34.83%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214010000.140.380.3638.712551.37
HexA28C640E2624271933
Octal2422141440164644473163
Binary101000101000110011001000111010011010010010011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C64; }

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

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

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

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

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

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

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

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