Html Css Color HEX #ACA0A5 Shady Lady

📋 copy color: '#ACA0A5'

red 172 ◦ green 160 ◦ blue 165

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

Shades of Shady Lady #ACA0A5

Tints of Shady Lady #ACA0A5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

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

R = 34.61%
G = 32.19%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#ACA0A5 (or 0xACA0A5) is known color: Shady Lady. HEX triplet: AC, A0 and A5. RGB value is (172,160,165). Sum of RGB (Red+Green+Blue) = 172+160+165=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A5 is #535F5A. Grayscale: #A4A4A4. Windows color (decimal): -5463899 or 10854572. OLE color: 10854572.

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

Color convert

RGB 172 160 165 -
CMYK 0 0.07 0.04 0.33
HSL 335º 0.07% 0.65% -
HSV(B) 335º 0.07% 0.67% -
XYZ 36.38 36.63 40.75 -
YUV 164.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 172 160 165 0 0.07 0.04 0.33 335 0.07 0.65
Hex AC A0 A5 0 7 4 21 14F 7 41
Octal 254 240 245 0 7 4 41 517 7 101
Binary 10101100 10100000 10100101 0 111 100 100001 101001111 111 1000001

Color Harmonies of #ACA0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA0A5

Black with #ACA0A5

Text Example


Text Example

White with #ACA0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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