#AF9990

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

Shades of Del Rio #AF9990

Tints of Del Rio #AF9990

Color information

#AF9990 (or 0xAF9990) is unknown color: approx Del Rio. HEX triplet: AF, 99 and 90. RGB value is (175,153,144). Sum of RGB (Red+Green+Blue) = 175+153+144=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9990 is #50666F. Grayscale: #9E9E9E. Windows color (decimal): -5269104 or 9476527. OLE color: 9476527.

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

Color convert

RGB175153144-
CMYK00.130.180.31
HSL17.42º16.23%62.55%-
HSV(B)17.42º17.71%68.63%-
XYZ34.133.9131.13-
YUV158.55119.79139.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=37.08%
G=32.42%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515314400.130.180.3117.4216.2362.55
HexAF99900D121F11103f
Octal2572312200152237212077
Binary1010111110011001100100000110110010111111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9990; }

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

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

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

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

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

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

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

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