Html Css Color HEX #ACB6A6 Spring Rain

📋 copy color: '#ACB6A6'

red 172 ◦ green 182 ◦ blue 166

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

Shades of Spring Rain #ACB6A6

Tints of Spring Rain #ACB6A6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 33.08%
G = 35%
B = 31.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#ACB6A6 (or 0xACB6A6) is known color: Spring Rain. HEX triplet: AC, B6 and A6. RGB value is (172,182,166). Sum of RGB (Red+Green+Blue) = 172+182+166=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6A6 is #534959. Grayscale: #B1B1B1. Windows color (decimal): -5458266 or 10925740. OLE color: 10925740.

HSL color Cylindrical-coordinate representation of color #ACB6A6: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB6A6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 166 -
CMYK 0.05 0 0.09 0.29
HSL 97.5º 0.1% 0.68% -
HSV(B) 97.5º 0.09% 0.71% -
XYZ 40.62 44.98 42.62 -
YUV 177.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 172 182 166 0.05 0 0.09 0.29 97.5 0.1 0.68
Hex AC B6 A6 5 0 9 1D 62 A 44
Octal 254 266 246 5 0 11 35 142 12 104
Binary 10101100 10110110 10100110 101 0 1001 11101 1100010 1010 1000100

Color Harmonies of #ACB6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6A6

Black with #ACB6A6

Text Example


Text Example

White with #ACB6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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