Html Css Color HEX #ACB9A5 Spring Rain

📋 copy color: '#ACB9A5'

red 172 ◦ green 185 ◦ blue 165

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

Shades of Spring Rain #ACB9A5

Tints of Spring Rain #ACB9A5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

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

R = 32.95%
G = 35.44%
B = 31.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#ACB9A5 (or 0xACB9A5) is known color: Spring Rain. HEX triplet: AC, B9 and A5. RGB value is (172,185,165). Sum of RGB (Red+Green+Blue) = 172+185+165=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9A5 is #53465A. Grayscale: #B2B2B2. Windows color (decimal): -5457499 or 10860972. OLE color: 10860972.

HSL color Cylindrical-coordinate representation of color #ACB9A5: hue angle of 99º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB9A5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 165 -
CMYK 0.07 0 0.11 0.27
HSL 99º 0.13% 0.69% -
HSV(B) 99º 0.11% 0.73% -
XYZ 41.15 46.19 42.34 -
YUV 178.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 172 185 165 0.07 0 0.11 0.27 99 0.13 0.69
Hex AC B9 A5 7 0 B 1B 63 C 45
Octal 254 271 245 7 0 13 33 143 14 105
Binary 10101100 10111001 10100101 111 0 1011 11011 1100011 1100 1000101

Color Harmonies of #ACB9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9A5

Black with #ACB9A5

Text Example


Text Example

White with #ACB9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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