Html Css Color HEX #AE9077 Sandrift

📋 copy color: '#AE9077'

red 174 ◦ green 144 ◦ blue 119

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

Shades of Sandrift #AE9077

Tints of Sandrift #AE9077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.23%

R = 39.82%
G = 32.95%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE9077 (or 0xAE9077) is known color: Sandrift. HEX triplet: AE, 90 and 77. RGB value is (174,144,119). Sum of RGB (Red+Green+Blue) = 174+144+119=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9077 is #516F88. Grayscale: #969696. Windows color (decimal): -5336969 or 7835822. OLE color: 7835822.

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

Color convert

RGB 174 144 119 -
CMYK 0 0.17 0.32 0.32
HSL 27.27º 0.25% 0.57% -
HSV(B) 27.27º 0.32% 0.68% -
XYZ 30.76 30.28 21.68 -
YUV 150.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 174 144 119 0 0.17 0.32 0.32 27.27 0.25 0.57
Hex AE 90 77 0 11 20 20 1B 19 39
Octal 256 220 167 0 21 40 40 33 31 71
Binary 10101110 10010000 1110111 0 10001 100000 100000 11011 11001 111001

Color Harmonies of #AE9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9077

Black with #AE9077

Text Example


Text Example

White with #AE9077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9077; }

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

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

background-color css

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

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

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

border-color css

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

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

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