#AF9A8C

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

Shades of Del Rio #AF9A8C

Tints of Del Rio #AF9A8C

Color information

#AF9A8C (or 0xAF9A8C) is unknown color: approx Del Rio. HEX triplet: AF, 9A and 8C. RGB value is (175,154,140). Sum of RGB (Red+Green+Blue) = 175+154+140=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A8C is #506573. Grayscale: #9E9E9E. Windows color (decimal): -5268852 or 9214639. OLE color: 9214639.

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

Color convert

RGB175154140-
CMYK00.120.20.31
HSL24º17.95%61.76%-
HSV(B)24º20%68.63%-
XYZ33.9734.1229.61-
YUV158.68117.46139.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=37.31%
G=32.84%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515414000.120.20.312417.9561.76
HexAF9A8C0C141F18123e
Octal2572322140142437302276
Binary1010111110011010100011000110010100111111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A8C; }

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

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

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

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

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

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

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

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