Html Css Color HEX #AE9078 Sandrift

📋 copy color: '#AE9078'

red 174 ◦ green 144 ◦ blue 120

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

Shades of Sandrift #AE9078

Tints of Sandrift #AE9078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.4%

R = 39.73%
G = 32.88%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE9078 (or 0xAE9078) is known color: Sandrift. HEX triplet: AE, 90 and 78. RGB value is (174,144,120). Sum of RGB (Red+Green+Blue) = 174+144+120=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9078 is #516F87. Grayscale: #969696. Windows color (decimal): -5336968 or 7901358. OLE color: 7901358.

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

Color convert

RGB 174 144 120 -
CMYK 0 0.17 0.31 0.32
HSL 26.67º 0.25% 0.58% -
HSV(B) 26.67º 0.31% 0.68% -
XYZ 30.82 30.3 21.99 -
YUV 150.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 174 144 120 0 0.17 0.31 0.32 26.67 0.25 0.58
Hex AE 90 78 0 11 1F 20 1B 19 3A
Octal 256 220 170 0 21 37 40 33 31 72
Binary 10101110 10010000 1111000 0 10001 11111 100000 11011 11001 111010

Color Harmonies of #AE9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9078

Black with #AE9078

Text Example


Text Example

White with #AE9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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