#AC9E9A

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

Shades of Del Rio #AC9E9A

Tints of Del Rio #AC9E9A

Color information

#AC9E9A (or 0xAC9E9A) is unknown color: approx Del Rio. HEX triplet: AC, 9E and 9A. RGB value is (172,158,154). Sum of RGB (Red+Green+Blue) = 172+158+154=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E9A is #536165. Grayscale: #A1A1A1. Windows color (decimal): -5464422 or 10133164. OLE color: 10133164.

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

Color convert

RGB172158154-
CMYK00.080.100.33
HSL13.33º9.78%63.92%-
HSV(B)13.33º10.47%67.45%-
XYZ35.0735.5635.59-
YUV161.73123.64135.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=35.54%
G=32.64%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215815400.080.100.3313.339.7863.92
HexAC9E9A08A21da40
Octal25423623201012411512100
Binary101011001001111010011010010001010100001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E9A; }

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

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

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

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

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

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

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

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