Html Css Color HEX #ACADA7 Bombay

📋 copy color: '#ACADA7'

red 172 ◦ green 173 ◦ blue 167

#ACADA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bombay #ACADA7

Tints of Bombay #ACADA7

RGB

 RED value IS 172 (67.58% from 255) = 33.59%

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 167 (65.63% from 255) = 32.62%

R = 33.59%
G = 33.79%
B = 32.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#ACADA7 (or 0xACADA7) is known color: Bombay. HEX triplet: AC, AD and A7. RGB value is (172,173,167). Sum of RGB (Red+Green+Blue) = 172+173+167=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA7 is #535258. Grayscale: #ACACAC. Windows color (decimal): -5460569 or 10988972. OLE color: 10988972.

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

Color convert

RGB 172 173 167 -
CMYK 0.01 0 0.03 0.32
HSL 70º 0.04% 0.67% -
HSV(B) 70º 0.03% 0.68% -
XYZ 38.93 41.45 42.51 -
YUV 172.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 172 173 167 0.01 0 0.03 0.32 70 0.04 0.67
Hex AC AD A7 1 0 3 20 46 4 43
Octal 254 255 247 1 0 3 40 106 4 103
Binary 10101100 10101101 10100111 1 0 11 100000 1000110 100 1000011

Color Harmonies of #ACADA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADA7

Black with #ACADA7

Text Example


Text Example

White with #ACADA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADA7; }

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

 H1.HeaderClassName
 {
   color: #ACADA7;
 }
 .AnyTagClassName
 {
   color: #ACADA7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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