#AF968C

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

Shades of Del Rio #AF968C

Tints of Del Rio #AF968C

Color information

#AF968C (or 0xAF968C) is unknown color: approx Del Rio. HEX triplet: AF, 96 and 8C. RGB value is (175,150,140). Sum of RGB (Red+Green+Blue) = 175+150+140=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968C is #506973. Grayscale: #9C9C9C. Windows color (decimal): -5269876 or 9213615. OLE color: 9213615.

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

Color convert

RGB175150140-
CMYK00.140.20.31
HSL17.14º17.95%61.76%-
HSV(B)17.14º20%68.63%-
XYZ33.3232.8229.39-
YUV156.34118.78141.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=37.63%
G=32.26%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515014000.140.20.3117.1417.9561.76
HexAF968C0E141F11123e
Octal2572262140162437212276
Binary1010111110010110100011000111010100111111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF968C; }

 p { color: rgb(175,150,140); }

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

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

 a { background-color: rgb(175,150,140); }

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

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

 span { border-color: rgb(175,150,140); }

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