#AC8D75

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

Shades of Sandrift #AC8D75

Tints of Sandrift #AC8D75

Color information

#AC8D75 (or 0xAC8D75) is unknown color: approx Sandrift. HEX triplet: AC, 8D and 75. RGB value is (172,141,117). Sum of RGB (Red+Green+Blue) = 172+141+117=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D75 is #53728A. Grayscale: #939393. Windows color (decimal): -5468811 or 7703980. OLE color: 7703980.

HSL color Cylindrical-coordinate representation of color #AC8D75: hue angle of 26.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8D75 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB172141117-
CMYK00.180.320.33
HSL26.18º24.89%56.67%-
HSV(B)26.18º31.98%67.45%-
XYZ29.7529.120.88-
YUV147.53110.77145.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=40%
G=32.79%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214111700.180.320.3326.1824.8956.67
HexAC8D7501220211a1939
Octal2542151650224041323171
Binary101011001000110111101010100101000001000011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D75; }

 p { color: rgb(172,141,117); }

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

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

 a { background-color: rgb(172,141,117); }

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

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

 span { border-color: rgb(172,141,117); }

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