Html Css Color HEX #AE8A78 Sandrift

📋 copy color: '#AE8A78'

red 174 ◦ green 138 ◦ blue 120

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

Shades of Sandrift #AE8A78

Tints of Sandrift #AE8A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.94%

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

R = 40.28%
G = 31.94%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE8A78 (or 0xAE8A78) is known color: Sandrift. HEX triplet: AE, 8A and 78. RGB value is (174,138,120). Sum of RGB (Red+Green+Blue) = 174+138+120=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A78 is #517587. Grayscale: #929292. Windows color (decimal): -5338504 or 7899822. OLE color: 7899822.

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

Color convert

RGB 174 138 120 -
CMYK 0 0.21 0.31 0.32
HSL 20º 0.25% 0.58% -
HSV(B) 20º 0.31% 0.68% -
XYZ 29.93 28.53 21.7 -
YUV 146.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 174 138 120 0 0.21 0.31 0.32 20 0.25 0.58
Hex AE 8A 78 0 15 1F 20 14 19 3A
Octal 256 212 170 0 25 37 40 24 31 72
Binary 10101110 10001010 1111000 0 10101 11111 100000 10100 11001 111010

Color Harmonies of #AE8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A78

Black with #AE8A78

Text Example


Text Example

White with #AE8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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