#AFA099

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

Shades of Del Rio #AFA099

Tints of Del Rio #AFA099

Color information

#AFA099 (or 0xAFA099) is unknown color: approx Del Rio. HEX triplet: AF, A0 and 99. RGB value is (175,160,153). Sum of RGB (Red+Green+Blue) = 175+160+153=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA099 is #505F66. Grayscale: #A3A3A3. Windows color (decimal): -5267303 or 10068143. OLE color: 10068143.

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

Color convert

RGB175160153-
CMYK00.090.130.31
HSL19.09º12.09%64.31%-
HSV(B)19.09º12.57%68.63%-
XYZ3636.5635.3-
YUV163.69121.97136.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=35.86%
G=32.79%
B=31.35%

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
Decimal17516015300.090.130.3119.0912.0964.31
HexAFA09909D1F13c40
Octal25724023101115372314100
Binary101011111010000010011001010011101111111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA099; }

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

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

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

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

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

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

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

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