#AF998A

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

Shades of Del Rio #AF998A

Tints of Del Rio #AF998A

Color information

#AF998A (or 0xAF998A) is unknown color: approx Del Rio. HEX triplet: AF, 99 and 8A. RGB value is (175,153,138). Sum of RGB (Red+Green+Blue) = 175+153+138=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF998A is #506675. Grayscale: #9D9D9D. Windows color (decimal): -5269110 or 9083311. OLE color: 9083311.

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

Color convert

RGB175153138-
CMYK00.130.210.31
HSL24.32º18.78%61.37%-
HSV(B)24.32º21.14%68.63%-
XYZ33.6633.7328.78-
YUV157.87116.79140.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=37.55%
G=32.83%
B=29.61%

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
Decimal17515313800.130.210.3124.3218.7861.37
HexAF998A0D151F18133d
Octal2572312120152537302375
Binary1010111110011001100010100110110101111111100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF998A; }

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

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

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

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

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

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

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

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