#AF8968

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

Shades of Sandal #AF8968

Tints of Sandal #AF8968

Color information

#AF8968 (or 0xAF8968) is unknown color: approx Sandal. HEX triplet: AF, 89 and 68. RGB value is (175,137,104). Sum of RGB (Red+Green+Blue) = 175+137+104=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8968 is #507697. Grayscale: #909090. Windows color (decimal): -5273240 or 6850991. OLE color: 6850991.

HSL color Cylindrical-coordinate representation of color #AF8968: hue angle of 27.89º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8968 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175137104-
CMYK00.220.410.31
HSL27.89º30.74%54.71%-
HSV(B)27.89º40.57%68.63%-
XYZ29.122816.97-
YUV144.6105.09149.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 104 (41.02% from 255) = 25%
R=42.07%
G=32.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513710400.220.410.3127.8930.7454.71
HexAF8968016291F1c1f37
Octal2572111500265137343767
Binary10101111100010011101000010110101001111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8968; }

 p { color: rgb(175,137,104); }

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

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

 a { background-color: rgb(175,137,104); }

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

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

 span { border-color: rgb(175,137,104); }

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