#AC907A

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

Shades of Sandrift #AC907A

Tints of Sandrift #AC907A

Color information

#AC907A (or 0xAC907A) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 7A. RGB value is (172,144,122). Sum of RGB (Red+Green+Blue) = 172+144+122=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC907A is #536F85. Grayscale: #959595. Windows color (decimal): -5468038 or 8032428. OLE color: 8032428.

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

Color convert

RGB172144122-
CMYK00.160.290.33
HSL26.4º23.15%57.65%-
HSV(B)26.4º29.07%67.45%-
XYZ30.530.1222.62-
YUV149.86112.28143.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=39.27%
G=32.88%
B=27.85%

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
Decimal17214412200.160.290.3326.423.1557.65
HexAC907A0101D211a173a
Octal2542201720203541322772
Binary10101100100100001111010010000111011000011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC907A; }

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

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

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

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

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

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

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

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