#AF9E99

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

Shades of Del Rio #AF9E99

Tints of Del Rio #AF9E99

Color information

#AF9E99 (or 0xAF9E99) is unknown color: approx Del Rio. HEX triplet: AF, 9E and 99. RGB value is (175,158,153). Sum of RGB (Red+Green+Blue) = 175+158+153=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E99 is #506166. Grayscale: #A2A2A2. Windows color (decimal): -5267815 or 10067631. OLE color: 10067631.

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

Color convert

RGB175158153-
CMYK00.100.130.31
HSL13.64º12.09%64.31%-
HSV(B)13.64º12.57%68.63%-
XYZ35.6635.8735.18-
YUV162.51122.63136.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=36.01%
G=32.51%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515815300.100.130.3113.6412.0964.31
HexAF9E990AD1Fec40
Octal25723623101215371614100
Binary10101111100111101001100101010110111111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E99; }

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

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

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

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

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

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

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

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