#A28566

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

Shades of Sandal #A28566

Tints of Sandal #A28566

Color information

#A28566 (or 0xA28566) is unknown color: approx Sandal. HEX triplet: A2, 85 and 66. RGB value is (162,133,102). Sum of RGB (Red+Green+Blue) = 162+133+102=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A28566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28566 is #5D7A99. Grayscale: #8A8A8A. Windows color (decimal): -6126234 or 6718882. OLE color: 6718882.

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

Color convert

RGB162133102-
CMYK00.180.370.36
HSL31º24.39%51.76%-
HSV(B)31º37.04%63.53%-
XYZ25.6925.4216.12-
YUV138.14107.61145.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=40.81%
G=33.50%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213310200.180.370.363124.3951.76
HexA2856601225241f1834
Octal2422051460224544373064
Binary101000101000010111001100100101001011001001111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28566; }

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

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

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

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

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

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

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

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