#AF8A62

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

Shades of Sandal #AF8A62

Tints of Sandal #AF8A62

Color information

#AF8A62 (or 0xAF8A62) is unknown color: approx Sandal. HEX triplet: AF, 8A and 62. RGB value is (175,138,98). Sum of RGB (Red+Green+Blue) = 175+138+98=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A62 is #50759D. Grayscale: #909090. Windows color (decimal): -5272990 or 6458031. OLE color: 6458031.

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

Color convert

RGB17513898-
CMYK00.210.440.31
HSL31.17º32.49%53.53%-
HSV(B)31.17º44%68.63%-
XYZ28.9728.1715.47-
YUV144.5101.76149.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=42.58%
G=33.58%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751389800.210.440.3131.1732.4953.53
HexAF8A620152C1F1f2036
Octal2572121420255437374066
Binary101011111000101011000100101011011001111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A62; }

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

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

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

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

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

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

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

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