#AFA198

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

Shades of Del Rio #AFA198

Tints of Del Rio #AFA198

Color information

#AFA198 (or 0xAFA198) is unknown color: approx Del Rio. HEX triplet: AF, A1 and 98. RGB value is (175,161,152). Sum of RGB (Red+Green+Blue) = 175+161+152=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA198 is #505E67. Grayscale: #A4A4A4. Windows color (decimal): -5267048 or 10002863. OLE color: 10002863.

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

Color convert

RGB175161152-
CMYK00.080.130.31
HSL23.48º12.57%64.12%-
HSV(B)23.48º13.14%68.63%-
XYZ36.0936.8734.92-
YUV164.16121.14135.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=35.86%
G=32.99%
B=31.15%

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
Decimal17516115200.080.130.3123.4812.5764.12
HexAFA19808D1F17d40
Octal25724123001015372715100
Binary101011111010000110011000010001101111111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA198; }

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

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

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

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

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

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

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

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