#AF9F99

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

Shades of Del Rio #AF9F99

Tints of Del Rio #AF9F99

Color information

#AF9F99 (or 0xAF9F99) is unknown color: approx Del Rio. HEX triplet: AF, 9F and 99. RGB value is (175,159,153). Sum of RGB (Red+Green+Blue) = 175+159+153=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F99 is #506066. Grayscale: #A3A3A3. Windows color (decimal): -5267559 or 10067887. OLE color: 10067887.

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

Color convert

RGB175159153-
CMYK00.090.130.31
HSL16.36º12.09%64.31%-
HSV(B)16.36º12.57%68.63%-
XYZ35.8336.2135.24-
YUV163.1122.3136.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=35.93%
G=32.65%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515915300.090.130.3116.3612.0964.31
HexAF9F9909D1F10c40
Octal25723723101115372014100
Binary101011111001111110011001010011101111111000011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F99; }

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

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

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

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

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

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

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

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