Html Css Color HEX #ACBDA4 Spring Rain

📋 copy color: '#ACBDA4'

red 172 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #ACBDA4

Tints of Spring Rain #ACBDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.24%

R = 32.76%
G = 36%
B = 31.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#ACBDA4 (or 0xACBDA4) is known color: Spring Rain. HEX triplet: AC, BD and A4. RGB value is (172,189,164). Sum of RGB (Red+Green+Blue) = 172+189+164=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA4 is #53425B. Grayscale: #B5B5B5. Windows color (decimal): -5456476 or 10796460. OLE color: 10796460.

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

Color convert

RGB 172 189 164 -
CMYK 0.09 0 0.13 0.26
HSL 100.8º 0.16% 0.69% -
HSV(B) 100.8º 0.13% 0.74% -
XYZ 41.91 47.85 42.15 -
YUV 181.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 172 189 164 0.09 0 0.13 0.26 100.8 0.16 0.69
Hex AC BD A4 9 0 D 1A 65 10 45
Octal 254 275 244 11 0 15 32 145 20 105
Binary 10101100 10111101 10100100 1001 0 1101 11010 1100101 10000 1000101

Color Harmonies of #ACBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDA4

Black with #ACBDA4

Text Example


Text Example

White with #ACBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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