#AE957D

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

Shades of Sandrift #AE957D

Tints of Sandrift #AE957D

Color information

#AE957D (or 0xAE957D) is unknown color: approx Sandrift. HEX triplet: AE, 95 and 7D. RGB value is (174,149,125). Sum of RGB (Red+Green+Blue) = 174+149+125=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE957D is #516A82. Grayscale: #999999. Windows color (decimal): -5335683 or 8230318. OLE color: 8230318.

HSL color Cylindrical-coordinate representation of color #AE957D: hue angle of 29.39º 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 #AE957D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB174149125-
CMYK00.140.280.32
HSL29.39º23.22%58.63%-
HSV(B)29.39º28.16%68.24%-
XYZ31.931.9723.89-
YUV153.74111.78142.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=38.84%
G=33.26%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414912500.140.280.3229.3923.2258.63
HexAE957D0E1C201d173b
Octal2562251750163440352773
Binary1010111010010101111110101110111001000001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE957D; }

 p { color: rgb(174,149,125); }

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

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

 a { background-color: rgb(174,149,125); }

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

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

 span { border-color: rgb(174,149,125); }

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