#A68769

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

Shades of Sandal #A68769

Tints of Sandal #A68769

Color information

#A68769 (or 0xA68769) is unknown color: approx Sandal. HEX triplet: A6, 87 and 69. RGB value is (166,135,105). Sum of RGB (Red+Green+Blue) = 166+135+105=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A68769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68769 is #597896. Grayscale: #8D8D8D. Windows color (decimal): -5863575 or 6916006. OLE color: 6916006.

HSL color Cylindrical-coordinate representation of color #A68769: hue angle of 29.51º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68769 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166135105-
CMYK00.190.370.35
HSL29.51º25.52%53.14%-
HSV(B)29.51º36.75%65.1%-
XYZ26.9426.4517.05-
YUV140.85107.77145.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=40.89%
G=33.25%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613510500.190.370.3529.5125.5253.14
HexA6876901325231e1a35
Octal2462071510234543363265
Binary101001101000011111010010100111001011000111111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68769; }

 p { color: rgb(166,135,105); }

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

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

 a { background-color: rgb(166,135,105); }

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

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

 span { border-color: rgb(166,135,105); }

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