Html Css Color HEX #AF8E80 Sandrift

📋 copy color: '#AF8E80'

red 175 ◦ green 142 ◦ blue 128

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

Shades of Sandrift #AF8E80

Tints of Sandrift #AF8E80

RGB

 RED value IS 175 (68.75% from 255) = 39.33%

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

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

R = 39.33%
G = 31.91%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8E80 (or 0xAF8E80) is known color: Sandrift. HEX triplet: AF, 8E and 80. RGB value is (175,142,128). Sum of RGB (Red+Green+Blue) = 175+142+128=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E80 is #50717F. Grayscale: #969696. Windows color (decimal): -5271936 or 8425135. OLE color: 8425135.

HSL color Cylindrical-coordinate representation of color #AF8E80: hue angle of 17.87º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8E80 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 128 -
CMYK 0 0.19 0.27 0.31
HSL 17.87º 0.23% 0.59% -
HSV(B) 17.87º 0.27% 0.69% -
XYZ 31.25 30.02 24.57 -
YUV 150.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 175 142 128 0 0.19 0.27 0.31 17.87 0.23 0.59
Hex AF 8E 80 0 13 1B 1F 12 17 3B
Octal 257 216 200 0 23 33 37 22 27 73
Binary 10101111 10001110 10000000 0 10011 11011 11111 10010 10111 111011

Color Harmonies of #AF8E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E80

Black with #AF8E80

Text Example


Text Example

White with #AF8E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E80; }

 p { color: rgb(175,142,128); }

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

background-color css

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

 a { background-color: rgb(175,142,128); }

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

border-color css

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

 span { border-color: rgb(175,142,128); }

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