Html Css Color HEX #ACA6A0 Cloudy

📋 copy color: '#ACA6A0'

red 172 ◦ green 166 ◦ blue 160

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

Shades of Cloudy #ACA6A0

Tints of Cloudy #ACA6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.33%

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 34.54%
G = 33.33%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#ACA6A0 (or 0xACA6A0) is known color: Cloudy. HEX triplet: AC, A6 and A0. RGB value is (172,166,160). Sum of RGB (Red+Green+Blue) = 172+166+160=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA6A0 is #53595F. Grayscale: #A7A7A7. Windows color (decimal): -5462368 or 10528428. OLE color: 10528428.

HSL color Cylindrical-coordinate representation of color #ACA6A0: hue angle of 30º 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 #ACA6A0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 166 160 -
CMYK 0 0.03 0.07 0.33
HSL 30º 0.07% 0.65% -
HSV(B) 30º 0.07% 0.67% -
XYZ 36.99 38.58 38.75 -
YUV 167.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 172 166 160 0 0.03 0.07 0.33 30 0.07 0.65
Hex AC A6 A0 0 3 7 21 1E 7 41
Octal 254 246 240 0 3 7 41 36 7 101
Binary 10101100 10100110 10100000 0 11 111 100001 11110 111 1000001

Color Harmonies of #ACA6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA6A0

Black with #ACA6A0

Text Example


Text Example

White with #ACA6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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