#AC8E7A

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

Shades of Sandrift #AC8E7A

Tints of Sandrift #AC8E7A

Color information

#AC8E7A (or 0xAC8E7A) is unknown color: approx Sandrift. HEX triplet: AC, 8E and 7A. RGB value is (172,142,122). Sum of RGB (Red+Green+Blue) = 172+142+122=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E7A is #537185. Grayscale: #949494. Windows color (decimal): -5468550 or 8031916. OLE color: 8031916.

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

Color convert

RGB172142122-
CMYK00.170.290.33
HSL24º23.15%57.65%-
HSV(B)24º29.07%67.45%-
XYZ30.229.5222.52-
YUV148.69112.94144.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=39.45%
G=32.57%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214212200.170.290.332423.1557.65
HexAC8E7A0111D2118173a
Octal2542161720213541302772
Binary10101100100011101111010010001111011000011100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E7A; }

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

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

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

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

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

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

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

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