Html Css Color HEX #ACACA5 Bombay

📋 copy color: '#ACACA5'

red 172 ◦ green 172 ◦ blue 165

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

Shades of Bombay #ACACA5

Tints of Bombay #ACACA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.42%

R = 33.79%
G = 33.79%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#ACACA5 (or 0xACACA5) is known color: Bombay. HEX triplet: AC, AC and A5. RGB value is (172,172,165). Sum of RGB (Red+Green+Blue) = 172+172+165=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA5 is #53535A. Grayscale: #ABABAB. Windows color (decimal): -5460827 or 10857644. OLE color: 10857644.

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

Color convert

RGB 172 172 165 -
CMYK 0 0 0.04 0.33
HSL 60º 0.04% 0.66% -
HSV(B) 60º 0.04% 0.67% -
XYZ 38.56 40.99 41.48 -
YUV 171.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 172 172 165 0 0 0.04 0.33 60 0.04 0.66
Hex AC AC A5 0 0 4 21 3C 4 42
Octal 254 254 245 0 0 4 41 74 4 102
Binary 10101100 10101100 10100101 0 0 100 100001 111100 100 1000010

Color Harmonies of #ACACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACA5

Black with #ACACA5

Text Example


Text Example

White with #ACACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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