Html Css Color HEX #ACACAA Bombay

📋 copy color: '#ACACAA'

red 172 ◦ green 172 ◦ blue 170

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

Shades of Bombay #ACACAA

Tints of Bombay #ACACAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 33.46%
G = 33.46%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ACACAA (or 0xACACAA) is known color: Bombay. HEX triplet: AC, AC and AA. RGB value is (172,172,170). Sum of RGB (Red+Green+Blue) = 172+172+170=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACAA is #535355. Grayscale: #ABABAB. Windows color (decimal): -5460822 or 11185324. OLE color: 11185324.

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

Color convert

RGB 172 172 170 -
CMYK 0 0 0.01 0.33
HSL 60º 0.01% 0.67% -
HSV(B) 60º 0.01% 0.67% -
XYZ 39.02 41.18 43.92 -
YUV 171.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 172 172 170 0 0 0.01 0.33 60 0.01 0.67
Hex AC AC AA 0 0 1 21 3C 1 43
Octal 254 254 252 0 0 1 41 74 1 103
Binary 10101100 10101100 10101010 0 0 1 100001 111100 1 1000011

Color Harmonies of #ACACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACAA

Black with #ACACAA

Text Example


Text Example

White with #ACACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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