#ac8c62

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

Shades of Sandal #AC8C62

Tints of Sandal #AC8C62

Color information

#AC8C62 (or 0xAC8C62) is unknown color: approx Sandal. HEX triplet: AC, 8C and 62. RGB value is (172,140,98). Sum of RGB (Red+Green+Blue) = 172+140+98=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C62 is #53739D. Grayscale: #909090. Windows color (decimal): -5469086 or 6458540. OLE color: 6458540.

HSL color Cylindrical-coordinate representation of color #AC8C62: hue angle of 34.05º 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 #AC8C62 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17214098-
CMYK00.190.430.33
HSL34.05º30.83%52.94%-
HSV(B)34.05º43.02%67.45%-
XYZ28.628.4115.53-
YUV144.78101.6147.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=41.95%
G=34.15%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721409800.190.430.3334.0530.8352.94
HexAC8C620132B21221f35
Octal2542141420235341423765
Binary1010110010001100110001001001110101110000110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8c62; }

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

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

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

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

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

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

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

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