#AF9992

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

Shades of Del Rio #AF9992

Tints of Del Rio #AF9992

Color information

#AF9992 (or 0xAF9992) is unknown color: approx Del Rio. HEX triplet: AF, 99 and 92. RGB value is (175,153,146). Sum of RGB (Red+Green+Blue) = 175+153+146=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9992 is #50666D. Grayscale: #9E9E9E. Windows color (decimal): -5269102 or 9607599. OLE color: 9607599.

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

Color convert

RGB175153146-
CMYK00.130.170.31
HSL14.48º15.34%62.94%-
HSV(B)14.48º16.57%68.63%-
XYZ34.2633.9731.95-
YUV158.78120.79139.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=36.92%
G=32.28%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515314600.130.170.3114.4815.3462.94
HexAF99920D111Fef3f
Octal2572312220152137161777
Binary10101111100110011001001001101100011111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9992; }

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

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

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

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

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

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

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

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