#AC8A67

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

Shades of Sandal #AC8A67

Tints of Sandal #AC8A67

Color information

#AC8A67 (or 0xAC8A67) is unknown color: approx Sandal. HEX triplet: AC, 8A and 67. RGB value is (172,138,103). Sum of RGB (Red+Green+Blue) = 172+138+103=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A67 is #537598. Grayscale: #909090. Windows color (decimal): -5469593 or 6785708. OLE color: 6785708.

HSL color Cylindrical-coordinate representation of color #AC8A67: hue angle of 30.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8A67 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172138103-
CMYK00.200.400.33
HSL30.43º29.36%53.92%-
HSV(B)30.43º40.12%67.45%-
XYZ28.5527.9316.72-
YUV144.18104.76147.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=41.65%
G=33.41%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213810300.200.400.3330.4329.3653.92
HexAC8A6701428211e1d36
Octal2542121470245041363566
Binary101011001000101011001110101001010001000011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A67; }

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

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

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

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

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

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

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

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