Html Css Color HEX #AE8D80 Sandrift

📋 copy color: '#AE8D80'

red 174 ◦ green 141 ◦ blue 128

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

Shades of Sandrift #AE8D80

Tints of Sandrift #AE8D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 39.28%
G = 31.83%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE8D80 (or 0xAE8D80) is known color: Sandrift. HEX triplet: AE, 8D and 80. RGB value is (174,141,128). Sum of RGB (Red+Green+Blue) = 174+141+128=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8D80 is #51727F. Grayscale: #959595. Windows color (decimal): -5337728 or 8424878. OLE color: 8424878.

HSL color Cylindrical-coordinate representation of color #AE8D80: hue angle of 16.96º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8D80 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 128 -
CMYK 0 0.19 0.26 0.32
HSL 16.96º 0.22% 0.59% -
HSV(B) 16.96º 0.26% 0.68% -
XYZ 30.88 29.61 24.51 -
YUV 149.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 174 141 128 0 0.19 0.26 0.32 16.96 0.22 0.59
Hex AE 8D 80 0 13 1A 20 11 16 3B
Octal 256 215 200 0 23 32 40 21 26 73
Binary 10101110 10001101 10000000 0 10011 11010 100000 10001 10110 111011

Color Harmonies of #AE8D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D80

Black with #AE8D80

Text Example


Text Example

White with #AE8D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D80; }

 p { color: rgb(174,141,128); }

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

background-color css

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

 a { background-color: rgb(174,141,128); }

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

border-color css

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

 span { border-color: rgb(174,141,128); }

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