#AE977D

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

Shades of Sandrift #AE977D

Tints of Sandrift #AE977D

Color information

#AE977D (or 0xAE977D) is unknown color: approx Sandrift. HEX triplet: AE, 97 and 7D. RGB value is (174,151,125). Sum of RGB (Red+Green+Blue) = 174+151+125=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE977D is #516882. Grayscale: #9B9B9B. Windows color (decimal): -5335171 or 8230830. OLE color: 8230830.

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

Color convert

RGB174151125-
CMYK00.130.280.32
HSL31.84º23.22%58.63%-
HSV(B)31.84º28.16%68.24%-
XYZ32.2232.6124-
YUV154.91111.12141.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=38.67%
G=33.56%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415112500.130.280.3231.8423.2258.63
HexAE977D0D1C2020173b
Octal2562271750153440402773
Binary10101110100101111111101011011110010000010000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE977D; }

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

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

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

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

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

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

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

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