#AE8C7C

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

Shades of Sandrift #AE8C7C

Tints of Sandrift #AE8C7C

Color information

#AE8C7C (or 0xAE8C7C) is unknown color: approx Sandrift. HEX triplet: AE, 8C and 7C. RGB value is (174,140,124). Sum of RGB (Red+Green+Blue) = 174+140+124=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C7C is #517383. Grayscale: #949494. Windows color (decimal): -5337988 or 8162478. OLE color: 8162478.

HSL color Cylindrical-coordinate representation of color #AE8C7C: hue angle of 19.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE8C7C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB174140124-
CMYK00.200.290.32
HSL19.2º23.58%58.43%-
HSV(B)19.2º28.74%68.24%-
XYZ30.4729.2123.1-
YUV148.34114.26146.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=39.73%
G=31.96%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414012400.200.290.3219.223.5858.43
HexAE8C7C0141D2013183a
Octal2562141740243540233072
Binary10101110100011001111100010100111011000001001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C7C; }

 p { color: rgb(174,140,124); }

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

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

 a { background-color: rgb(174,140,124); }

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

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

 span { border-color: rgb(174,140,124); }

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