#AF9A8E

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

Shades of Del Rio #AF9A8E

Tints of Del Rio #AF9A8E

Color information

#AF9A8E (or 0xAF9A8E) is unknown color: approx Del Rio. HEX triplet: AF, 9A and 8E. RGB value is (175,154,142). Sum of RGB (Red+Green+Blue) = 175+154+142=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A8E is #506571. Grayscale: #9E9E9E. Windows color (decimal): -5268850 or 9345711. OLE color: 9345711.

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

Color convert

RGB175154142-
CMYK00.120.190.31
HSL21.82º17.1%62.16%-
HSV(B)21.82º18.86%68.63%-
XYZ34.1234.1830.39-
YUV158.91118.46139.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=37.15%
G=32.70%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515414200.120.190.3121.8217.162.16
HexAF9A8E0C131F16113e
Octal2572322160142337262176
Binary1010111110011010100011100110010011111111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A8E; }

 p { color: rgb(175,154,142); }

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

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

 a { background-color: rgb(175,154,142); }

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

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

 span { border-color: rgb(175,154,142); }

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