#AFA098

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

Shades of Del Rio #AFA098

Tints of Del Rio #AFA098

Color information

#AFA098 (or 0xAFA098) is unknown color: approx Del Rio. HEX triplet: AF, A0 and 98. RGB value is (175,160,152). Sum of RGB (Red+Green+Blue) = 175+160+152=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA098 is #505F67. Grayscale: #A3A3A3. Windows color (decimal): -5267304 or 10002607. OLE color: 10002607.

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

Color convert

RGB175160152-
CMYK00.090.130.31
HSL20.87º12.57%64.12%-
HSV(B)20.87º13.14%68.63%-
XYZ35.9236.5234.86-
YUV163.57121.47136.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=35.93%
G=32.85%
B=31.21%

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
Decimal17516015200.090.130.3120.8712.5764.12
HexAFA09809D1F15d40
Octal25724023001115372515100
Binary101011111010000010011000010011101111111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA098; }

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

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

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

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

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

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

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

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