#AE967D

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

Shades of Sandrift #AE967D

Tints of Sandrift #AE967D

Color information

#AE967D (or 0xAE967D) is unknown color: approx Sandrift. HEX triplet: AE, 96 and 7D. RGB value is (174,150,125). Sum of RGB (Red+Green+Blue) = 174+150+125=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE967D is #516982. Grayscale: #9A9A9A. Windows color (decimal): -5335427 or 8230574. OLE color: 8230574.

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

Color convert

RGB174150125-
CMYK00.140.280.32
HSL30.61º23.22%58.63%-
HSV(B)30.61º28.16%68.24%-
XYZ32.0632.2923.95-
YUV154.33111.45142.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=38.75%
G=33.41%
B=27.84%

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
Decimal17415012500.140.280.3230.6123.2258.63
HexAE967D0E1C201f173b
Octal2562261750163440372773
Binary1010111010010110111110101110111001000001111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE967D; }

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

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

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

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

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

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

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

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