#AC917A

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

Shades of Sandrift #AC917A

Tints of Sandrift #AC917A

Color information

#AC917A (or 0xAC917A) is unknown color: approx Sandrift. HEX triplet: AC, 91 and 7A. RGB value is (172,145,122). Sum of RGB (Red+Green+Blue) = 172+145+122=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917A is #536E85. Grayscale: #969696. Windows color (decimal): -5467782 or 8032684. OLE color: 8032684.

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

Color convert

RGB172145122-
CMYK00.160.290.33
HSL27.6º23.15%57.65%-
HSV(B)27.6º29.07%67.45%-
XYZ30.6530.4322.67-
YUV150.45111.95143.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=39.18%
G=33.03%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214512200.160.290.3327.623.1557.65
HexAC917A0101D211c173a
Octal2542211720203541342772
Binary10101100100100011111010010000111011000011110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC917A; }

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

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

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

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

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

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

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

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