#A08569

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

Shades of Sandal #A08569

Tints of Sandal #A08569

Color information

#A08569 (or 0xA08569) is unknown color: approx Sandal. HEX triplet: A0, 85 and 69. RGB value is (160,133,105). Sum of RGB (Red+Green+Blue) = 160+133+105=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A08569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08569 is #5F7A96. Grayscale: #8A8A8A. Windows color (decimal): -6257303 or 6915488. OLE color: 6915488.

HSL color Cylindrical-coordinate representation of color #A08569: hue angle of 30.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A08569 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB160133105-
CMYK00.170.340.37
HSL30.55º22.45%51.96%-
HSV(B)30.55º34.38%62.75%-
XYZ25.4325.2716.9-
YUV137.88109.45143.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=40.20%
G=33.42%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013310500.170.340.3730.5522.4551.96
HexA0856901122251f1634
Octal2402051510214245372664
Binary101000001000010111010010100011000101001011111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08569; }

 p { color: rgb(160,133,105); }

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

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

 a { background-color: rgb(160,133,105); }

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

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

 span { border-color: rgb(160,133,105); }

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