#AC998E

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

Shades of Del Rio #AC998E

Tints of Del Rio #AC998E

Color information

#AC998E (or 0xAC998E) is unknown color: approx Del Rio. HEX triplet: AC, 99 and 8E. RGB value is (172,153,142). Sum of RGB (Red+Green+Blue) = 172+153+142=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC998E is #536671. Grayscale: #9D9D9D. Windows color (decimal): -5465714 or 9345452. OLE color: 9345452.

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

Color convert

RGB172153142-
CMYK00.110.170.33
HSL22º15.31%61.57%-
HSV(B)22º17.44%67.45%-
XYZ33.2933.5130.3-
YUV157.43119.29138.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=36.83%
G=32.76%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215314200.110.170.332215.3161.57
HexAC998E0B112116f3e
Octal2542312160132141261776
Binary1010110010011001100011100101110001100001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC998E; }

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

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

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

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

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

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

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

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