#AFA096

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

Shades of Del Rio #AFA096

Tints of Del Rio #AFA096

Color information

#AFA096 (or 0xAFA096) is unknown color: approx Del Rio. HEX triplet: AF, A0 and 96. RGB value is (175,160,150). Sum of RGB (Red+Green+Blue) = 175+160+150=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA096 is #505F69. Grayscale: #A3A3A3. Windows color (decimal): -5267306 or 9871535. OLE color: 9871535.

HSL color Cylindrical-coordinate representation of color #AFA096: hue angle of 24º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA096 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175160150-
CMYK00.090.140.31
HSL24º13.51%63.73%-
HSV(B)24º14.29%68.63%-
XYZ35.7636.4634.01-
YUV163.34120.47136.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=36.08%
G=32.99%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516015000.090.140.312413.5163.73
HexAFA09609E1F18e40
Octal25724022601116373016100
Binary101011111010000010010110010011110111111100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA096; }

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

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

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

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

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

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

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

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