#AF9084

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

Shades of Del Rio #AF9084

Tints of Del Rio #AF9084

Color information

#AF9084 (or 0xAF9084) is unknown color: approx Del Rio. HEX triplet: AF, 90 and 84. RGB value is (175,144,132). Sum of RGB (Red+Green+Blue) = 175+144+132=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9084 is #506F7B. Grayscale: #979797. Windows color (decimal): -5271420 or 8687791. OLE color: 8687791.

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

Color convert

RGB175144132-
CMYK00.180.250.31
HSL16.74º21.18%60.2%-
HSV(B)16.74º24.57%68.63%-
XYZ31.8230.7326.08-
YUV151.9116.77144.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=38.80%
G=31.93%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514413200.180.250.3116.7421.1860.2
HexAF9084012191F11153c
Octal2572202040223137212574
Binary10101111100100001000010001001011001111111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9084; }

 p { color: rgb(175,144,132); }

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

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

 a { background-color: rgb(175,144,132); }

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

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

 span { border-color: rgb(175,144,132); }

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