#ACADA5

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

Shades of Bombay #ACADA5

Tints of Bombay #ACADA5

Color information

#ACADA5 (or 0xACADA5) is unknown color: approx Bombay. HEX triplet: AC, AD and A5. RGB value is (172,173,165). Sum of RGB (Red+Green+Blue) = 172+173+165=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA5 is #53525A. Grayscale: #ABABAB. Windows color (decimal): -5460571 or 10857900. OLE color: 10857900.

HSL color Cylindrical-coordinate representation of color #ACADA5: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACADA5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB172173165-
CMYK0.0100.050.32
HSL67.5º4.65%66.27%-
HSV(B)67.5º4.62%67.84%-
XYZ38.7541.3741.54-
YUV171.79124.17128.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=33.73%
G=33.92%
B=32.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731650.0100.050.3267.54.6566.27
HexACADA51052043542
Octal254255245105401035102
Binary1010110010101101101001011010110000010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADA5; }

 p { color: rgb(172,173,165); }

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

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

 a { background-color: rgb(172,173,165); }

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

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

 span { border-color: rgb(172,173,165); }

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