#AC8A74

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

Shades of Sandrift #AC8A74

Tints of Sandrift #AC8A74

Color information

#AC8A74 (or 0xAC8A74) is unknown color: approx Sandrift. HEX triplet: AC, 8A and 74. RGB value is (172,138,116). Sum of RGB (Red+Green+Blue) = 172+138+116=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A74 is #53758B. Grayscale: #919191. Windows color (decimal): -5469580 or 7637676. OLE color: 7637676.

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

Color convert

RGB172138116-
CMYK00.200.330.33
HSL23.57º25.23%56.47%-
HSV(B)23.57º32.56%67.45%-
XYZ29.2528.2120.43-
YUV145.66111.26146.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=40.38%
G=32.39%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213811600.200.330.3323.5725.2356.47
HexAC8A740142121181938
Octal2542121640244141303170
Binary101011001000101011101000101001000011000011100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A74; }

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

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

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

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

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

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

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

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