#AF9F97

Color #AF9F97 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #AF9F97

Tints of Del Rio #AF9F97

Color information

#AF9F97 (or 0xAF9F97) is unknown color: approx Del Rio. HEX triplet: AF, 9F and 97. RGB value is (175,159,151). Sum of RGB (Red+Green+Blue) = 175+159+151=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F97 is #506068. Grayscale: #A2A2A2. Windows color (decimal): -5267561 or 9936815. OLE color: 9936815.

HSL color Cylindrical-coordinate representation of color #AF9F97: hue angle of 20º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9F97 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175159151-
CMYK00.090.140.31
HSL20º13.04%63.92%-
HSV(B)20º13.71%68.63%-
XYZ35.6636.1434.38-
YUV162.87121.3136.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=36.08%
G=32.78%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515915100.090.140.312013.0463.92
HexAF9F9709E1F14d40
Octal25723722701116372415100
Binary101011111001111110010111010011110111111010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F97; }

 p { color: rgb(175,159,151); }

 H1.HeaderClassName
 {
   color: #AF9F97;
 }
 .AnyTagClassName
 {
   color: #AF9F97;
 }
</style>
background-color css

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

 a { background-color: rgb(175,159,151); }

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

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

 span { border-color: rgb(175,159,151); }

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