#AF9D98

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

Shades of Del Rio #AF9D98

Tints of Del Rio #AF9D98

Color information

#AF9D98 (or 0xAF9D98) is unknown color: approx Del Rio. HEX triplet: AF, 9D and 98. RGB value is (175,157,152). Sum of RGB (Red+Green+Blue) = 175+157+152=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D98 is #506267. Grayscale: #A1A1A1. Windows color (decimal): -5268072 or 10001839. OLE color: 10001839.

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

Color convert

RGB175157152-
CMYK00.100.130.31
HSL13.04º12.57%64.12%-
HSV(B)13.04º13.14%68.63%-
XYZ35.435.4934.69-
YUV161.81122.46137.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=36.16%
G=32.44%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515715200.100.130.3113.0412.5764.12
HexAF9D980AD1Fdd40
Octal25723523001215371515100
Binary10101111100111011001100001010110111111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D98; }

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

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

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

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

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

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

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

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