#AE9485

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

Shades of Sandrift #AE9485

Tints of Sandrift #AE9485

Color information

#AE9485 (or 0xAE9485) is unknown color: approx Sandrift. HEX triplet: AE, 94 and 85. RGB value is (174,148,133). Sum of RGB (Red+Green+Blue) = 174+148+133=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9485 is #516B7A. Grayscale: #9A9A9A. Windows color (decimal): -5335931 or 8754350. OLE color: 8754350.

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

Color convert

RGB174148133-
CMYK00.150.240.32
HSL21.95º20.2%60.2%-
HSV(B)21.95º23.56%68.24%-
XYZ32.2831.8726.64-
YUV154.06116.11142.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=38.24%
G=32.53%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414813300.150.240.3221.9520.260.2
HexAE94850F182016143c
Octal2562242050173040262474
Binary10101110100101001000010101111110001000001011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9485; }

 p { color: rgb(174,148,133); }

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

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

 a { background-color: rgb(174,148,133); }

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

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

 span { border-color: rgb(174,148,133); }

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