Html Css Color HEX #ACADA1 Bombay

📋 copy color: '#ACADA1'

red 172 ◦ green 173 ◦ blue 161

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

Shades of Bombay #ACADA1

Tints of Bombay #ACADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 33.99%
G = 34.19%
B = 31.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#ACADA1 (or 0xACADA1) is known color: Bombay. HEX triplet: AC, AD and A1. RGB value is (172,173,161). Sum of RGB (Red+Green+Blue) = 172+173+161=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA1 is #53525E. Grayscale: #ABABAB. Windows color (decimal): -5460575 or 10595756. OLE color: 10595756.

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

Color convert

RGB 172 173 161 -
CMYK 0.01 0 0.07 0.32
HSL 65º 0.07% 0.65% -
HSV(B) 65º 0.07% 0.68% -
XYZ 38.39 41.23 39.65 -
YUV 171.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 172 173 161 0.01 0 0.07 0.32 65 0.07 0.65
Hex AC AD A1 1 0 7 20 41 7 41
Octal 254 255 241 1 0 7 40 101 7 101
Binary 10101100 10101101 10100001 1 0 111 100000 1000001 111 1000001

Color Harmonies of #ACADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADA1

Black with #ACADA1

Text Example


Text Example

White with #ACADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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