Html Css Color HEX #AE8E78 Sandrift

📋 copy color: '#AE8E78'

red 174 ◦ green 142 ◦ blue 120

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

Shades of Sandrift #AE8E78

Tints of Sandrift #AE8E78

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.57%

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

R = 39.91%
G = 32.57%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE8E78 (or 0xAE8E78) is known color: Sandrift. HEX triplet: AE, 8E and 78. RGB value is (174,142,120). Sum of RGB (Red+Green+Blue) = 174+142+120=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E78 is #517187. Grayscale: #959595. Windows color (decimal): -5337480 or 7900846. OLE color: 7900846.

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

Color convert

RGB 174 142 120 -
CMYK 0 0.18 0.31 0.32
HSL 24.44º 0.25% 0.58% -
HSV(B) 24.44º 0.31% 0.68% -
XYZ 30.52 29.7 21.89 -
YUV 149.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 174 142 120 0 0.18 0.31 0.32 24.44 0.25 0.58
Hex AE 8E 78 0 12 1F 20 18 19 3A
Octal 256 216 170 0 22 37 40 30 31 72
Binary 10101110 10001110 1111000 0 10010 11111 100000 11000 11001 111010

Color Harmonies of #AE8E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E78

Black with #AE8E78

Text Example


Text Example

White with #AE8E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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