Html Css Color HEX #AF9880 Sandrift

📋 copy color: '#AF9880'

red 175 ◦ green 152 ◦ blue 128

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

Shades of Sandrift #AF9880

Tints of Sandrift #AF9880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.41%

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

R = 38.46%
G = 33.41%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF9880 (or 0xAF9880) is known color: Sandrift. HEX triplet: AF, 98 and 80. RGB value is (175,152,128). Sum of RGB (Red+Green+Blue) = 175+152+128=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9880 is #50677F. Grayscale: #9C9C9C. Windows color (decimal): -5269376 or 8427695. OLE color: 8427695.

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

Color convert

RGB 175 152 128 -
CMYK 0 0.13 0.27 0.31
HSL 30.64º 0.23% 0.59% -
HSV(B) 30.64º 0.27% 0.69% -
XYZ 32.8 33.13 25.09 -
YUV 156.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 175 152 128 0 0.13 0.27 0.31 30.64 0.23 0.59
Hex AF 98 80 0 D 1B 1F 1F 17 3B
Octal 257 230 200 0 15 33 37 37 27 73
Binary 10101111 10011000 10000000 0 1101 11011 11111 11111 10111 111011

Color Harmonies of #AF9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9880

Black with #AF9880

Text Example


Text Example

White with #AF9880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9880; }

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

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

background-color css

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

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

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

border-color css

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

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

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