#AC9377

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

Shades of Sandrift #AC9377

Tints of Sandrift #AC9377

Color information

#AC9377 (or 0xAC9377) is unknown color: approx Sandrift. HEX triplet: AC, 93 and 77. RGB value is (172,147,119). Sum of RGB (Red+Green+Blue) = 172+147+119=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9377 is #536C88. Grayscale: #979797. Windows color (decimal): -5467273 or 7836588. OLE color: 7836588.

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

Color convert

RGB172147119-
CMYK00.150.310.33
HSL31.7º24.2%57.06%-
HSV(B)31.7º30.81%67.45%-
XYZ30.7830.9721.81-
YUV151.28109.78142.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=39.27%
G=33.56%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214711900.150.310.3331.724.257.06
HexAC93770F1F21201839
Octal2542231670173741403071
Binary10101100100100111110111011111111110000110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9377; }

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

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

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

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

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

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

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

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