#AC9A94

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

Shades of Del Rio #AC9A94

Tints of Del Rio #AC9A94

Color information

#AC9A94 (or 0xAC9A94) is unknown color: approx Del Rio. HEX triplet: AC, 9A and 94. RGB value is (172,154,148). Sum of RGB (Red+Green+Blue) = 172+154+148=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A94 is #53656B. Grayscale: #9E9E9E. Windows color (decimal): -5465452 or 9738924. OLE color: 9738924.

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

Color convert

RGB172154148-
CMYK00.100.140.33
HSL15º12.63%62.75%-
HSV(B)15º13.95%67.45%-
XYZ33.9134.0232.8-
YUV158.7121.96137.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=36.29%
G=32.49%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215414800.100.140.331512.6362.75
HexAC9A940AE21fd3f
Octal2542322240121641171577
Binary10101100100110101001010001010111010000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A94; }

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

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

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

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

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

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

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

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