#AF8A65

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

Shades of Sandal #AF8A65

Tints of Sandal #AF8A65

Color information

#AF8A65 (or 0xAF8A65) is unknown color: approx Sandal. HEX triplet: AF, 8A and 65. RGB value is (175,138,101). Sum of RGB (Red+Green+Blue) = 175+138+101=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A65 is #50759A. Grayscale: #919191. Windows color (decimal): -5272987 or 6654639. OLE color: 6654639.

HSL color Cylindrical-coordinate representation of color #AF8A65: hue angle of 30º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8A65 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175138101-
CMYK00.210.420.31
HSL30º31.62%54.12%-
HSV(B)30º42.29%68.63%-
XYZ29.1228.2316.23-
YUV144.84103.26149.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=42.27%
G=33.33%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513810100.210.420.313031.6254.12
HexAF8A650152A1F1e2036
Octal2572121450255237364066
Binary101011111000101011001010101011010101111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A65; }

 p { color: rgb(175,138,101); }

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

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

 a { background-color: rgb(175,138,101); }

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

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

 span { border-color: rgb(175,138,101); }

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