#ACA099

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

Shades of Del Rio #ACA099

Tints of Del Rio #ACA099

Color information

#ACA099 (or 0xACA099) is unknown color: approx Del Rio. HEX triplet: AC, A0 and 99. RGB value is (172,160,153). Sum of RGB (Red+Green+Blue) = 172+160+153=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA099 is #535F66. Grayscale: #A2A2A2. Windows color (decimal): -5463911 or 10068140. OLE color: 10068140.

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

Color convert

RGB172160153-
CMYK00.070.110.33
HSL22.11º10.27%63.73%-
HSV(B)22.11º11.05%67.45%-
XYZ35.3336.2135.26-
YUV162.79122.48134.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=35.46%
G=32.99%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216015300.070.110.3322.1110.2763.73
HexACA09907B2116a40
Octal2542402310713412612100
Binary101011001010000010011001011110111000011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA099; }

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

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

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

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

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

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

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

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