Html Css Color HEX #ACB5A9 Spring Rain

📋 copy color: '#ACB5A9'

red 172 ◦ green 181 ◦ blue 169

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

Shades of Spring Rain #ACB5A9

Tints of Spring Rain #ACB5A9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

 BLUE value IS 169 (66.41% from 255) = 32.38%

R = 32.95%
G = 34.67%
B = 32.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#ACB5A9 (or 0xACB5A9) is known color: Spring Rain. HEX triplet: AC, B5 and A9. RGB value is (172,181,169). Sum of RGB (Red+Green+Blue) = 172+181+169=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A9 is #534A56. Grayscale: #B0B0B0. Windows color (decimal): -5458519 or 11122092. OLE color: 11122092.

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

Color convert

RGB 172 181 169 -
CMYK 0.05 0 0.07 0.29
HSL 105º 0.08% 0.69% -
HSV(B) 105º 0.07% 0.71% -
XYZ 40.7 44.68 44.02 -
YUV 176.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 172 181 169 0.05 0 0.07 0.29 105 0.08 0.69
Hex AC B5 A9 5 0 7 1D 69 8 45
Octal 254 265 251 5 0 7 35 151 10 105
Binary 10101100 10110101 10101001 101 0 111 11101 1101001 1000 1000101

Color Harmonies of #ACB5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5A9

Black with #ACB5A9

Text Example


Text Example

White with #ACB5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5A9; }

 p { color: rgb(172,181,169); }

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

background-color css

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

 a { background-color: rgb(172,181,169); }

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

border-color css

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

 span { border-color: rgb(172,181,169); }

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