Html Css Color HEX #ACBDA0 Spring Rain

📋 copy color: '#ACBDA0'

red 172 ◦ green 189 ◦ blue 160

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

Shades of Spring Rain #ACBDA0

Tints of Spring Rain #ACBDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

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

R = 33.01%
G = 36.28%
B = 30.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#ACBDA0 (or 0xACBDA0) is known color: Spring Rain. HEX triplet: AC, BD and A0. RGB value is (172,189,160). Sum of RGB (Red+Green+Blue) = 172+189+160=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA0 is #53425F. Grayscale: #B4B4B4. Windows color (decimal): -5456480 or 10534316. OLE color: 10534316.

HSL color Cylindrical-coordinate representation of color #ACBDA0: hue angle of 95.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBDA0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 160 -
CMYK 0.09 0 0.15 0.26
HSL 95.17º 0.18% 0.68% -
HSV(B) 95.17º 0.15% 0.74% -
XYZ 41.56 47.7 40.28 -
YUV 180.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 172 189 160 0.09 0 0.15 0.26 95.17 0.18 0.68
Hex AC BD A0 9 0 F 1A 5F 12 44
Octal 254 275 240 11 0 17 32 137 22 104
Binary 10101100 10111101 10100000 1001 0 1111 11010 1011111 10010 1000100

Color Harmonies of #ACBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDA0

Black with #ACBDA0

Text Example


Text Example

White with #ACBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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