Html Css Color HEX #ACADA6 Bombay

📋 copy color: '#ACADA6'

red 172 ◦ green 173 ◦ blue 166

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

Shades of Bombay #ACADA6

Tints of Bombay #ACADA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.49%

R = 33.66%
G = 33.86%
B = 32.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#ACADA6 (or 0xACADA6) is known color: Bombay. HEX triplet: AC, AD and A6. RGB value is (172,173,166). Sum of RGB (Red+Green+Blue) = 172+173+166=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA6 is #535259. Grayscale: #ABABAB. Windows color (decimal): -5460570 or 10923436. OLE color: 10923436.

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

Color convert

RGB 172 173 166 -
CMYK 0.01 0 0.04 0.32
HSL 68.57º 0.04% 0.66% -
HSV(B) 68.57º 0.04% 0.68% -
XYZ 38.84 41.41 42.02 -
YUV 171.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 172 173 166 0.01 0 0.04 0.32 68.57 0.04 0.66
Hex AC AD A6 1 0 4 20 45 4 42
Octal 254 255 246 1 0 4 40 105 4 102
Binary 10101100 10101101 10100110 1 0 100 100000 1000101 100 1000010

Color Harmonies of #ACADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADA6

Black with #ACADA6

Text Example


Text Example

White with #ACADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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