Html Css Color HEX #ACACA9 Bombay

📋 copy color: '#ACACA9'

red 172 ◦ green 172 ◦ blue 169

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

Shades of Bombay #ACACA9

Tints of Bombay #ACACA9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

 BLUE value IS 169 (66.41% from 255) = 32.94%

R = 33.53%
G = 33.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ACACA9 (or 0xACACA9) is known color: Bombay. HEX triplet: AC, AC and A9. RGB value is (172,172,169). Sum of RGB (Red+Green+Blue) = 172+172+169=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA9 is #535356. Grayscale: #ABABAB. Windows color (decimal): -5460823 or 11119788. OLE color: 11119788.

HSL color Cylindrical-coordinate representation of color #ACACA9: hue angle of 60º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACACA9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 169 -
CMYK 0 0 0.02 0.33
HSL 60º 0.02% 0.67% -
HSV(B) 60º 0.02% 0.67% -
XYZ 38.93 41.14 43.43 -
YUV 171.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 172 172 169 0 0 0.02 0.33 60 0.02 0.67
Hex AC AC A9 0 0 2 21 3C 2 43
Octal 254 254 251 0 0 2 41 74 2 103
Binary 10101100 10101100 10101001 0 0 10 100001 111100 10 1000011

Color Harmonies of #ACACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACA9

Black with #ACACA9

Text Example


Text Example

White with #ACACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACA9; }

 p { color: rgb(172,172,169); }

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

background-color css

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

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

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

border-color css

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

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

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