Html Css Color HEX #ACADA2 Bombay

📋 copy color: '#ACADA2'

red 172 ◦ green 173 ◦ blue 162

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

Shades of Bombay #ACADA2

Tints of Bombay #ACADA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.95%

R = 33.93%
G = 34.12%
B = 31.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#ACADA2 (or 0xACADA2) is known color: Bombay. HEX triplet: AC, AD and A2. RGB value is (172,173,162). Sum of RGB (Red+Green+Blue) = 172+173+162=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA2 is #53525D. Grayscale: #ABABAB. Windows color (decimal): -5460574 or 10661292. OLE color: 10661292.

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

Color convert

RGB 172 173 162 -
CMYK 0.01 0 0.06 0.32
HSL 65.45º 0.06% 0.66% -
HSV(B) 65.45º 0.06% 0.68% -
XYZ 38.48 41.27 40.12 -
YUV 171.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 172 173 162 0.01 0 0.06 0.32 65.45 0.06 0.66
Hex AC AD A2 1 0 6 20 41 6 42
Octal 254 255 242 1 0 6 40 101 6 102
Binary 10101100 10101101 10100010 1 0 110 100000 1000001 110 1000010

Color Harmonies of #ACADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADA2

Black with #ACADA2

Text Example


Text Example

White with #ACADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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