#AC917D

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

Shades of Sandrift #AC917D

Tints of Sandrift #AC917D

Color information

#AC917D (or 0xAC917D) is unknown color: approx Sandrift. HEX triplet: AC, 91 and 7D. RGB value is (172,145,125). Sum of RGB (Red+Green+Blue) = 172+145+125=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917D is #536E82. Grayscale: #969696. Windows color (decimal): -5467779 or 8229292. OLE color: 8229292.

HSL color Cylindrical-coordinate representation of color #AC917D: hue angle of 25.53º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC917D is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172145125-
CMYK00.160.270.33
HSL25.53º22.07%58.24%-
HSV(B)25.53º27.33%67.45%-
XYZ30.8430.523.66-
YUV150.79113.45143.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=38.91%
G=32.81%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214512500.160.270.3325.5322.0758.24
HexAC917D0101B211a163a
Octal2542211750203341322672
Binary10101100100100011111101010000110111000011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC917D; }

 p { color: rgb(172,145,125); }

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

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

 a { background-color: rgb(172,145,125); }

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

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

 span { border-color: rgb(172,145,125); }

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