Html Css Color HEX #ACBBA4 Spring Rain

📋 copy color: '#ACBBA4'

red 172 ◦ green 187 ◦ blue 164

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

Shades of Spring Rain #ACBBA4

Tints of Spring Rain #ACBBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

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

R = 32.89%
G = 35.76%
B = 31.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#ACBBA4 (or 0xACBBA4) is known color: Spring Rain. HEX triplet: AC, BB and A4. RGB value is (172,187,164). Sum of RGB (Red+Green+Blue) = 172+187+164=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA4 is #53445B. Grayscale: #B3B3B3. Windows color (decimal): -5456988 or 10795948. OLE color: 10795948.

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

Color convert

RGB 172 187 164 -
CMYK 0.08 0 0.12 0.27
HSL 99.13º 0.14% 0.69% -
HSV(B) 99.13º 0.12% 0.73% -
XYZ 41.48 46.99 42.01 -
YUV 179.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 172 187 164 0.08 0 0.12 0.27 99.13 0.14 0.69
Hex AC BB A4 8 0 C 1B 63 E 45
Octal 254 273 244 10 0 14 33 143 16 105
Binary 10101100 10111011 10100100 1000 0 1100 11011 1100011 1110 1000101

Color Harmonies of #ACBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBA4

Black with #ACBBA4

Text Example


Text Example

White with #ACBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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