#AFA197

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

Shades of Del Rio #AFA197

Tints of Del Rio #AFA197

Color information

#AFA197 (or 0xAFA197) is unknown color: approx Del Rio. HEX triplet: AF, A1 and 97. RGB value is (175,161,151). Sum of RGB (Red+Green+Blue) = 175+161+151=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA197 is #505E68. Grayscale: #A4A4A4. Windows color (decimal): -5267049 or 9937327. OLE color: 9937327.

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

Color convert

RGB175161151-
CMYK00.080.140.31
HSL25º13.04%63.92%-
HSV(B)25º13.71%68.63%-
XYZ36.0136.8434.49-
YUV164.05120.64135.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=35.93%
G=33.06%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516115100.080.140.312513.0463.92
HexAFA19708E1F19d40
Octal25724122701016373115100
Binary101011111010000110010111010001110111111100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA197; }

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

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

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

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

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

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

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

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