#AF988D

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

Shades of Del Rio #AF988D

Tints of Del Rio #AF988D

Color information

#AF988D (or 0xAF988D) is unknown color: approx Del Rio. HEX triplet: AF, 98 and 8D. RGB value is (175,152,141). Sum of RGB (Red+Green+Blue) = 175+152+141=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988D is #506772. Grayscale: #9D9D9D. Windows color (decimal): -5269363 or 9279663. OLE color: 9279663.

HSL color Cylindrical-coordinate representation of color #AF988D: hue angle of 19.41º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF988D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175152141-
CMYK00.130.190.31
HSL19.41º17.53%61.96%-
HSV(B)19.41º19.43%68.63%-
XYZ33.7233.4929.89-
YUV157.62118.62140.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=37.39%
G=32.48%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515214100.130.190.3119.4117.5361.96
HexAF988D0D131F13123e
Octal2572302150152337232276
Binary1010111110011000100011010110110011111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF988D; }

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

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

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

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

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

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

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

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