#AF978D

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

Shades of Del Rio #AF978D

Tints of Del Rio #AF978D

Color information

#AF978D (or 0xAF978D) is unknown color: approx Del Rio. HEX triplet: AF, 97 and 8D. RGB value is (175,151,141). Sum of RGB (Red+Green+Blue) = 175+151+141=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF978D is #506872. Grayscale: #9D9D9D. Windows color (decimal): -5269619 or 9279407. OLE color: 9279407.

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

Color convert

RGB175151141-
CMYK00.140.190.31
HSL17.65º17.53%61.96%-
HSV(B)17.65º19.43%68.63%-
XYZ33.5533.1729.83-
YUV157.04118.95140.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=37.47%
G=32.33%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515114100.140.190.3117.6517.5361.96
HexAF978D0E131F12123e
Octal2572272150162337222276
Binary1010111110010111100011010111010011111111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF978D; }

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

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

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

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

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

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

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

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