Html Css Color HEX #AE9080 Sandrift

📋 copy color: '#AE9080'

red 174 ◦ green 144 ◦ blue 128

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

Shades of Sandrift #AE9080

Tints of Sandrift #AE9080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 39.01%
G = 32.29%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE9080 (or 0xAE9080) is known color: Sandrift. HEX triplet: AE, 90 and 80. RGB value is (174,144,128). Sum of RGB (Red+Green+Blue) = 174+144+128=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9080 is #516F7F. Grayscale: #979797. Windows color (decimal): -5336960 or 8425646. OLE color: 8425646.

HSL color Cylindrical-coordinate representation of color #AE9080: hue angle of 20.87º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE9080 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 144 128 -
CMYK 0 0.17 0.26 0.32
HSL 20.87º 0.22% 0.59% -
HSV(B) 20.87º 0.26% 0.68% -
XYZ 31.33 30.5 24.66 -
YUV 151.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 174 144 128 0 0.17 0.26 0.32 20.87 0.22 0.59
Hex AE 90 80 0 11 1A 20 15 16 3B
Octal 256 220 200 0 21 32 40 25 26 73
Binary 10101110 10010000 10000000 0 10001 11010 100000 10101 10110 111011

Color Harmonies of #AE9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9080

Black with #AE9080

Text Example


Text Example

White with #AE9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9080; }

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

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

background-color css

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

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

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

border-color css

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

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

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