#AF998D

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

Shades of Del Rio #AF998D

Tints of Del Rio #AF998D

Color information

#AF998D (or 0xAF998D) is unknown color: approx Del Rio. HEX triplet: AF, 99 and 8D. RGB value is (175,153,141). Sum of RGB (Red+Green+Blue) = 175+153+141=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF998D is #506672. Grayscale: #9E9E9E. Windows color (decimal): -5269107 or 9279919. OLE color: 9279919.

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

Color convert

RGB175153141-
CMYK00.130.190.31
HSL21.18º17.53%61.96%-
HSV(B)21.18º19.43%68.63%-
XYZ33.8833.8229.94-
YUV158.21118.29139.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=37.31%
G=32.62%
B=30.06%

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
Decimal17515314100.130.190.3121.1817.5361.96
HexAF998D0D131F15123e
Octal2572312150152337252276
Binary1010111110011001100011010110110011111111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF998D; }

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

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

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

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

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

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

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

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