Html Css Color HEX #AE927C Sandrift

📋 copy color: '#AE927C'

red 174 ◦ green 146 ◦ blue 124

#AE927C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #AE927C

Tints of Sandrift #AE927C

RGB

 RED value IS 174 (68.36% from 255) = 39.19%

 GREEN value IS 146 (57.42% from 255) = 32.88%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 39.19%
G = 32.88%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE927C (or 0xAE927C) is known color: Sandrift. HEX triplet: AE, 92 and 7C. RGB value is (174,146,124). Sum of RGB (Red+Green+Blue) = 174+146+124=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE927C is #516D83. Grayscale: #979797. Windows color (decimal): -5336452 or 8164014. OLE color: 8164014.

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

Color convert

RGB 174 146 124 -
CMYK 0 0.16 0.29 0.32
HSL 26.4º 0.24% 0.58% -
HSV(B) 26.4º 0.29% 0.68% -
XYZ 31.37 31.01 23.4 -
YUV 151.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 174 146 124 0 0.16 0.29 0.32 26.4 0.24 0.58
Hex AE 92 7C 0 10 1D 20 1A 18 3A
Octal 256 222 174 0 20 35 40 32 30 72
Binary 10101110 10010010 1111100 0 10000 11101 100000 11010 11000 111010

Color Harmonies of #AE927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE927C

Black with #AE927C

Text Example


Text Example

White with #AE927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE927C; }

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

 H1.HeaderClassName
 {
   color: #AE927C;
 }
 .AnyTagClassName
 {
   color: #AE927C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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