#AE927A

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

Shades of Sandrift #AE927A

Tints of Sandrift #AE927A

Color information

#AE927A (or 0xAE927A) is unknown color: approx Sandrift. HEX triplet: AE, 92 and 7A. RGB value is (174,146,122). Sum of RGB (Red+Green+Blue) = 174+146+122=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE927A is #516D85. Grayscale: #979797. Windows color (decimal): -5336454 or 8032942. OLE color: 8032942.

HSL color Cylindrical-coordinate representation of color #AE927A: hue angle of 27.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE927A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174146122-
CMYK00.160.300.32
HSL27.69º24.3%58.04%-
HSV(B)27.69º29.89%68.24%-
XYZ31.2530.9622.74-
YUV151.64111.28143.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=39.37%
G=33.03%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414612200.160.300.3227.6924.358.04
HexAE927A0101E201c183a
Octal2562221720203640343072
Binary10101110100100101111010010000111101000001110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE927A; }

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

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

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

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

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

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

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

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