#AC8A75

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

Shades of Sandrift #AC8A75

Tints of Sandrift #AC8A75

Color information

#AC8A75 (or 0xAC8A75) is unknown color: approx Sandrift. HEX triplet: AC, 8A and 75. RGB value is (172,138,117). Sum of RGB (Red+Green+Blue) = 172+138+117=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A75 is #53758A. Grayscale: #919191. Windows color (decimal): -5469579 or 7703212. OLE color: 7703212.

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

Color convert

RGB172138117-
CMYK00.200.320.33
HSL22.91º24.89%56.67%-
HSV(B)22.91º31.98%67.45%-
XYZ29.3128.2320.73-
YUV145.77111.76146.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=40.28%
G=32.32%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213811700.200.320.3322.9124.8956.67
HexAC8A750142021171939
Octal2542121650244041273171
Binary101011001000101011101010101001000001000011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A75; }

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

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

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

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

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

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

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

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