Html Css Color HEX #ACBBA5 Spring Rain

📋 copy color: '#ACBBA5'

red 172 ◦ green 187 ◦ blue 165

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

Shades of Spring Rain #ACBBA5

Tints of Spring Rain #ACBBA5

RGB

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

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

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

R = 32.82%
G = 35.69%
B = 31.49%

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

#ACBBA5 (or 0xACBBA5) is known color: Spring Rain. HEX triplet: AC, BB and A5. RGB value is (172,187,165). Sum of RGB (Red+Green+Blue) = 172+187+165=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA5 is #53445A. Grayscale: #B4B4B4. Windows color (decimal): -5456987 or 10861484. OLE color: 10861484.

HSL color Cylindrical-coordinate representation of color #ACBBA5: hue angle of 100.91º 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 #ACBBA5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 165 -
CMYK 0.08 0 0.12 0.27
HSL 100.91º 0.14% 0.69% -
HSV(B) 100.91º 0.12% 0.73% -
XYZ 41.58 47.03 42.48 -
YUV 180.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 172 187 165 0.08 0 0.12 0.27 100.91 0.14 0.69
Hex AC BB A5 8 0 C 1B 65 E 45
Octal 254 273 245 10 0 14 33 145 16 105
Binary 10101100 10111011 10100101 1000 0 1100 11011 1100101 1110 1000101

Color Harmonies of #ACBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBA5

Black with #ACBBA5

Text Example


Text Example

White with #ACBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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