#AC8A62

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

Shades of Sandal #AC8A62

Tints of Sandal #AC8A62

Color information

#AC8A62 (or 0xAC8A62) is unknown color: approx Sandal. HEX triplet: AC, 8A and 62. RGB value is (172,138,98). Sum of RGB (Red+Green+Blue) = 172+138+98=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A62 is #53759D. Grayscale: #8F8F8F. Windows color (decimal): -5469598 or 6458028. OLE color: 6458028.

HSL color Cylindrical-coordinate representation of color #AC8A62: hue angle of 32.43º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8A62 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17213898-
CMYK00.200.430.33
HSL32.43º30.83%52.94%-
HSV(B)32.43º43.02%67.45%-
XYZ28.3127.8315.43-
YUV143.61102.26148.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=42.16%
G=33.82%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721389800.200.430.3332.4330.8352.94
HexAC8A620142B21201f35
Octal2542121420245341403765
Binary1010110010001010110001001010010101110000110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A62; }

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

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

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

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

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

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

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

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