Html Css Color HEX #ACB7A7 Spring Rain

📋 copy color: '#ACB7A7'

red 172 ◦ green 183 ◦ blue 167

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

Shades of Spring Rain #ACB7A7

Tints of Spring Rain #ACB7A7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

 BLUE value IS 167 (65.63% from 255) = 31.99%

R = 32.95%
G = 35.06%
B = 31.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#ACB7A7 (or 0xACB7A7) is known color: Spring Rain. HEX triplet: AC, B7 and A7. RGB value is (172,183,167). Sum of RGB (Red+Green+Blue) = 172+183+167=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A7 is #534858. Grayscale: #B1B1B1. Windows color (decimal): -5458009 or 10991532. OLE color: 10991532.

HSL color Cylindrical-coordinate representation of color #ACB7A7: hue angle of 101.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB7A7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 167 -
CMYK 0.06 0 0.09 0.28
HSL 101.25º 0.1% 0.69% -
HSV(B) 101.25º 0.09% 0.72% -
XYZ 40.92 45.43 43.17 -
YUV 177.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 172 183 167 0.06 0 0.09 0.28 101.25 0.1 0.69
Hex AC B7 A7 6 0 9 1C 65 A 45
Octal 254 267 247 6 0 11 34 145 12 105
Binary 10101100 10110111 10100111 110 0 1001 11100 1100101 1010 1000101

Color Harmonies of #ACB7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7A7

Black with #ACB7A7

Text Example


Text Example

White with #ACB7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7A7; }

 p { color: rgb(172,183,167); }

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

background-color css

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

 a { background-color: rgb(172,183,167); }

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

border-color css

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

 span { border-color: rgb(172,183,167); }

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