Html Css Color HEX #AE9079 Sandrift

📋 copy color: '#AE9079'

red 174 ◦ green 144 ◦ blue 121

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

Shades of Sandrift #AE9079

Tints of Sandrift #AE9079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 39.64%
G = 32.8%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE9079 (or 0xAE9079) is known color: Sandrift. HEX triplet: AE, 90 and 79. RGB value is (174,144,121). Sum of RGB (Red+Green+Blue) = 174+144+121=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9079 is #516F86. Grayscale: #969696. Windows color (decimal): -5336967 or 7966894. OLE color: 7966894.

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

Color convert

RGB 174 144 121 -
CMYK 0 0.17 0.30 0.32
HSL 26.04º 0.25% 0.58% -
HSV(B) 26.04º 0.3% 0.68% -
XYZ 30.88 30.33 22.32 -
YUV 150.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 174 144 121 0 0.17 0.30 0.32 26.04 0.25 0.58
Hex AE 90 79 0 11 1E 20 1A 19 3A
Octal 256 220 171 0 21 36 40 32 31 72
Binary 10101110 10010000 1111001 0 10001 11110 100000 11010 11001 111010

Color Harmonies of #AE9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9079

Black with #AE9079

Text Example


Text Example

White with #AE9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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