#AC9489

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

Shades of Del Rio #AC9489

Tints of Del Rio #AC9489

Color information

#AC9489 (or 0xAC9489) is unknown color: approx Del Rio. HEX triplet: AC, 94 and 89. RGB value is (172,148,137). Sum of RGB (Red+Green+Blue) = 172+148+137=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9489 is #536B76. Grayscale: #999999. Windows color (decimal): -5466999 or 9016492. OLE color: 9016492.

HSL color Cylindrical-coordinate representation of color #AC9489: hue angle of 18.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9489 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172148137-
CMYK00.140.200.33
HSL18.86º17.41%60.59%-
HSV(B)18.86º20.35%67.45%-
XYZ32.1231.7628.1-
YUV153.92118.45140.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=37.64%
G=32.39%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214813700.140.200.3318.8617.4160.59
HexAC94890E142113113d
Octal2542242110162441232175
Binary10101100100101001000100101110101001000011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9489; }

 p { color: rgb(172,148,137); }

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

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

 a { background-color: rgb(172,148,137); }

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

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

 span { border-color: rgb(172,148,137); }

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