#AC9085

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

Shades of Del Rio #AC9085

Tints of Del Rio #AC9085

Color information

#AC9085 (or 0xAC9085) is unknown color: approx Del Rio. HEX triplet: AC, 90 and 85. RGB value is (172,144,133). Sum of RGB (Red+Green+Blue) = 172+144+133=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9085 is #536F7A. Grayscale: #979797. Windows color (decimal): -5468027 or 8753324. OLE color: 8753324.

HSL color Cylindrical-coordinate representation of color #AC9085: hue angle of 16.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9085 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172144133-
CMYK00.160.230.33
HSL16.92º19.02%59.8%-
HSV(B)16.92º22.67%67.45%-
XYZ31.2230.4126.41-
YUV151.12117.78142.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=38.31%
G=32.07%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214413300.160.230.3316.9219.0259.8
HexAC9085010172111133c
Octal2542202050202741212374
Binary101011001001000010000101010000101111000011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9085; }

 p { color: rgb(172,144,133); }

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

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

 a { background-color: rgb(172,144,133); }

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

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

 span { border-color: rgb(172,144,133); }

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