#AC9A90

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

Shades of Del Rio #AC9A90

Tints of Del Rio #AC9A90

Color information

#AC9A90 (or 0xAC9A90) is unknown color: approx Del Rio. HEX triplet: AC, 9A and 90. RGB value is (172,154,144). Sum of RGB (Red+Green+Blue) = 172+154+144=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A90 is #53656F. Grayscale: #9E9E9E. Windows color (decimal): -5465456 or 9476780. OLE color: 9476780.

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

Color convert

RGB172154144-
CMYK00.100.160.33
HSL21.43º14.43%61.96%-
HSV(B)21.43º16.28%67.45%-
XYZ33.633.931.16-
YUV158.24119.96137.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=36.60%
G=32.77%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215414400.100.160.3321.4314.4361.96
HexAC9A900A102115e3e
Octal2542322200122041251676
Binary1010110010011010100100000101010000100001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A90; }

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

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

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

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

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

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

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

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