#AE8974

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

Shades of Sandrift #AE8974

Tints of Sandrift #AE8974

Color information

#AE8974 (or 0xAE8974) is unknown color: approx Sandrift. HEX triplet: AE, 89 and 74. RGB value is (174,137,116). Sum of RGB (Red+Green+Blue) = 174+137+116=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8974 is #51768B. Grayscale: #919191. Windows color (decimal): -5338764 or 7637422. OLE color: 7637422.

HSL color Cylindrical-coordinate representation of color #AE8974: hue angle of 21.72º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE8974 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB174137116-
CMYK00.210.330.32
HSL21.72º26.36%56.86%-
HSV(B)21.72º33.33%68.24%-
XYZ29.5528.1520.4-
YUV145.67111.26148.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=40.75%
G=32.08%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413711600.210.330.3221.7226.3656.86
HexAE89740152120161a39
Octal2562111640254140263271
Binary101011101000100111101000101011000011000001011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8974; }

 p { color: rgb(174,137,116); }

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

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

 a { background-color: rgb(174,137,116); }

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

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

 span { border-color: rgb(174,137,116); }

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