#AE927D

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

Shades of Sandrift #AE927D

Tints of Sandrift #AE927D

Color information

#AE927D (or 0xAE927D) is unknown color: approx Sandrift. HEX triplet: AE, 92 and 7D. RGB value is (174,146,125). Sum of RGB (Red+Green+Blue) = 174+146+125=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE927D is #516D82. Grayscale: #989898. Windows color (decimal): -5336451 or 8229550. OLE color: 8229550.

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

Color convert

RGB174146125-
CMYK00.160.280.32
HSL25.71º23.22%58.63%-
HSV(B)25.71º28.16%68.24%-
XYZ31.4431.0423.74-
YUV151.98112.78143.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=39.10%
G=32.81%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414612500.160.280.3225.7123.2258.63
HexAE927D0101C201a173b
Octal2562221750203440322773
Binary10101110100100101111101010000111001000001101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE927D; }

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

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

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

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

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

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

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

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