Html Css Color HEX #ACABA3 Foggy Grey

📋 copy color: '#ACABA3'

red 172 ◦ green 171 ◦ blue 163

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

Shades of Foggy Grey #ACABA3

Tints of Foggy Grey #ACABA3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

 BLUE value IS 163 (64.06% from 255) = 32.21%

R = 33.99%
G = 33.79%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#ACABA3 (or 0xACABA3) is known color: Foggy Grey. HEX triplet: AC, AB and A3. RGB value is (172,171,163). Sum of RGB (Red+Green+Blue) = 172+171+163=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABA3 is #53545C. Grayscale: #AAAAAA. Windows color (decimal): -5461085 or 10726316. OLE color: 10726316.

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

Color convert

RGB 172 171 163 -
CMYK 0 0.01 0.05 0.33
HSL 53.33º 0.05% 0.66% -
HSV(B) 53.33º 0.05% 0.67% -
XYZ 38.19 40.54 40.46 -
YUV 170.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 172 171 163 0 0.01 0.05 0.33 53.33 0.05 0.66
Hex AC AB A3 0 1 5 21 35 5 42
Octal 254 253 243 0 1 5 41 65 5 102
Binary 10101100 10101011 10100011 0 1 101 100001 110101 101 1000010

Color Harmonies of #ACABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABA3

Black with #ACABA3

Text Example


Text Example

White with #ACABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABA3; }

 p { color: rgb(172,171,163); }

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

background-color css

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

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

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

border-color css

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

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

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