#AF998B

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

Shades of Del Rio #AF998B

Tints of Del Rio #AF998B

Color information

#AF998B (or 0xAF998B) is unknown color: approx Del Rio. HEX triplet: AF, 99 and 8B. RGB value is (175,153,139). Sum of RGB (Red+Green+Blue) = 175+153+139=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF998B is #506674. Grayscale: #9E9E9E. Windows color (decimal): -5269109 or 9148847. OLE color: 9148847.

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

Color convert

RGB175153139-
CMYK00.130.210.31
HSL23.33º18.37%61.57%-
HSV(B)23.33º20.57%68.63%-
XYZ33.7333.7629.16-
YUV157.98117.29140.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=37.47%
G=32.76%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515313900.130.210.3123.3318.3761.57
HexAF998B0D151F17123e
Octal2572312130152537272276
Binary1010111110011001100010110110110101111111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF998B; }

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

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

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

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

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

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

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

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