#AF988B

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

Shades of Del Rio #AF988B

Tints of Del Rio #AF988B

Color information

#AF988B (or 0xAF988B) is unknown color: approx Del Rio. HEX triplet: AF, 98 and 8B. RGB value is (175,152,139). Sum of RGB (Red+Green+Blue) = 175+152+139=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988B is #506774. Grayscale: #9D9D9D. Windows color (decimal): -5269365 or 9148591. OLE color: 9148591.

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

Color convert

RGB175152139-
CMYK00.130.210.31
HSL21.67º18.37%61.57%-
HSV(B)21.67º20.57%68.63%-
XYZ33.5733.4329.11-
YUV157.39117.62140.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=37.55%
G=32.62%
B=29.83%

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
Decimal17515213900.130.210.3121.6718.3761.57
HexAF988B0D151F16123e
Octal2572302130152537262276
Binary1010111110011000100010110110110101111111011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF988B; }

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

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

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

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

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

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

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

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