#AE8D79

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

Shades of Sandrift #AE8D79

Tints of Sandrift #AE8D79

Color information

#AE8D79 (or 0xAE8D79) is unknown color: approx Sandrift. HEX triplet: AE, 8D and 79. RGB value is (174,141,121). Sum of RGB (Red+Green+Blue) = 174+141+121=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D79 is #517286. Grayscale: #949494. Windows color (decimal): -5337735 or 7966126. OLE color: 7966126.

HSL color Cylindrical-coordinate representation of color #AE8D79: hue angle of 22.64º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8D79 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174141121-
CMYK00.190.300.32
HSL22.64º24.65%57.84%-
HSV(B)22.64º30.46%68.24%-
XYZ30.4329.4322.17-
YUV148.59112.43146.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=39.91%
G=32.34%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414112100.190.300.3222.6424.6557.84
HexAE8D790131E2017193a
Octal2562151710233640273172
Binary10101110100011011111001010011111101000001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D79; }

 p { color: rgb(174,141,121); }

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

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

 a { background-color: rgb(174,141,121); }

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

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

 span { border-color: rgb(174,141,121); }

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