#AE8C7E

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

Shades of Sandrift #AE8C7E

Tints of Sandrift #AE8C7E

Color information

#AE8C7E (or 0xAE8C7E) is unknown color: approx Sandrift. HEX triplet: AE, 8C and 7E. RGB value is (174,140,126). Sum of RGB (Red+Green+Blue) = 174+140+126=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C7E is #517381. Grayscale: #949494. Windows color (decimal): -5337986 or 8293550. OLE color: 8293550.

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

Color convert

RGB174140126-
CMYK00.200.280.32
HSL17.5º22.86%58.82%-
HSV(B)17.5º27.59%68.24%-
XYZ30.629.2623.77-
YUV148.57115.26146.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=39.55%
G=31.82%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414012600.200.280.3217.522.8658.82
HexAE8C7E0141C2012173b
Octal2562141760243440222773
Binary10101110100011001111110010100111001000001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C7E; }

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

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

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

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

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

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

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

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