#AFA199

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

Shades of Del Rio #AFA199

Tints of Del Rio #AFA199

Color information

#AFA199 (or 0xAFA199) is unknown color: approx Del Rio. HEX triplet: AF, A1 and 99. RGB value is (175,161,153). Sum of RGB (Red+Green+Blue) = 175+161+153=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA199 is #505E66. Grayscale: #A4A4A4. Windows color (decimal): -5267047 or 10068399. OLE color: 10068399.

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

Color convert

RGB175161153-
CMYK00.080.130.31
HSL21.82º12.09%64.31%-
HSV(B)21.82º12.57%68.63%-
XYZ36.1736.935.35-
YUV164.27121.64135.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=35.79%
G=32.92%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516115300.080.130.3121.8212.0964.31
HexAFA19908D1F16c40
Octal25724123101015372614100
Binary101011111010000110011001010001101111111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA199; }

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

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

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

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

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

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

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

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