#AC9990

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

Shades of Del Rio #AC9990

Tints of Del Rio #AC9990

Color information

#AC9990 (or 0xAC9990) is unknown color: approx Del Rio. HEX triplet: AC, 99 and 90. RGB value is (172,153,144). Sum of RGB (Red+Green+Blue) = 172+153+144=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9990 is #53666F. Grayscale: #9D9D9D. Windows color (decimal): -5465712 or 9476524. OLE color: 9476524.

HSL color Cylindrical-coordinate representation of color #AC9990: hue angle of 19.29º 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 #AC9990 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172153144-
CMYK00.110.160.33
HSL19.29º14.43%61.96%-
HSV(B)19.29º16.28%67.45%-
XYZ33.4433.5731.1-
YUV157.65120.29138.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=36.67%
G=32.62%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215314400.110.160.3319.2914.4361.96
HexAC99900B102113e3e
Octal2542312200132041231676
Binary1010110010011001100100000101110000100001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9990; }

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

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

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

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

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

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

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

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