#ACADA0

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

Shades of Bombay #ACADA0

Tints of Bombay #ACADA0

Color information

#ACADA0 (or 0xACADA0) is unknown color: approx Bombay. HEX triplet: AC, AD and A0. RGB value is (172,173,160). Sum of RGB (Red+Green+Blue) = 172+173+160=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA0 is #53525F. Grayscale: #ABABAB. Windows color (decimal): -5460576 or 10530220. OLE color: 10530220.

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

Color convert

RGB172173160-
CMYK0.0100.080.32
HSL64.62º7.34%65.29%-
HSV(B)64.62º7.51%67.84%-
XYZ38.341.239.19-
YUV171.22121.67128.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=34.06%
G=34.26%
B=31.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731600.0100.080.3264.627.3465.29
HexACADA01082041741
Octal2542552401010401017101
Binary10101100101011011010000010100010000010000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADA0; }

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

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

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

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

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

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

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

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