#AC8977

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

Shades of Sandrift #AC8977

Tints of Sandrift #AC8977

Color information

#AC8977 (or 0xAC8977) is unknown color: approx Sandrift. HEX triplet: AC, 89 and 77. RGB value is (172,137,119). Sum of RGB (Red+Green+Blue) = 172+137+119=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8977 is #537688. Grayscale: #919191. Windows color (decimal): -5469833 or 7834028. OLE color: 7834028.

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

Color convert

RGB172137119-
CMYK00.200.310.33
HSL20.38º24.2%57.06%-
HSV(B)20.38º30.81%67.45%-
XYZ29.2927.9921.31-
YUV145.41113.1146.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=40.19%
G=32.01%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213711900.200.310.3320.3824.257.06
HexAC89770141F21141839
Octal2542111670243741243071
Binary10101100100010011110111010100111111000011010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8977; }

 p { color: rgb(172,137,119); }

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

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

 a { background-color: rgb(172,137,119); }

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

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

 span { border-color: rgb(172,137,119); }

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