#ACADA3

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

Shades of Bombay #ACADA3

Tints of Bombay #ACADA3

Color information

#ACADA3 (or 0xACADA3) is unknown color: approx Bombay. HEX triplet: AC, AD and A3. RGB value is (172,173,163). Sum of RGB (Red+Green+Blue) = 172+173+163=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA3 is #53525C. Grayscale: #ABABAB. Windows color (decimal): -5460573 or 10726828. OLE color: 10726828.

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

Color convert

RGB172173163-
CMYK0.0100.060.32
HSL66º5.75%65.88%-
HSV(B)66º5.78%67.84%-
XYZ38.5741.340.59-
YUV171.56123.17128.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 163 (64.06% from 255) = 32.09%
R=33.86%
G=34.06%
B=32.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731630.0100.060.32665.7565.88
HexACADA31062042642
Octal254255243106401026102
Binary1010110010101101101000111011010000010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADA3; }

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

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

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

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

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

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

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

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