Html Css Color HEX #AE907C Sandrift

📋 copy color: '#AE907C'

red 174 ◦ green 144 ◦ blue 124

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

Shades of Sandrift #AE907C

Tints of Sandrift #AE907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.58%

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

R = 39.37%
G = 32.58%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE907C (or 0xAE907C) is known color: Sandrift. HEX triplet: AE, 90 and 7C. RGB value is (174,144,124). Sum of RGB (Red+Green+Blue) = 174+144+124=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE907C is #516F83. Grayscale: #969696. Windows color (decimal): -5336964 or 8163502. OLE color: 8163502.

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

Color convert

RGB 174 144 124 -
CMYK 0 0.17 0.29 0.32
HSL 24º 0.24% 0.58% -
HSV(B) 24º 0.29% 0.68% -
XYZ 31.07 30.4 23.3 -
YUV 150.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 174 144 124 0 0.17 0.29 0.32 24 0.24 0.58
Hex AE 90 7C 0 11 1D 20 18 18 3A
Octal 256 220 174 0 21 35 40 30 30 72
Binary 10101110 10010000 1111100 0 10001 11101 100000 11000 11000 111010

Color Harmonies of #AE907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE907C

Black with #AE907C

Text Example


Text Example

White with #AE907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE907C; }

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

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

background-color css

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

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

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

border-color css

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

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

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