Html Css Color HEX #ACBBA2 Spring Rain

📋 copy color: '#ACBBA2'

red 172 ◦ green 187 ◦ blue 162

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

Shades of Spring Rain #ACBBA2

Tints of Spring Rain #ACBBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 33.01%
G = 35.89%
B = 31.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#ACBBA2 (or 0xACBBA2) is known color: Spring Rain. HEX triplet: AC, BB and A2. RGB value is (172,187,162). Sum of RGB (Red+Green+Blue) = 172+187+162=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA2 is #53445D. Grayscale: #B3B3B3. Windows color (decimal): -5456990 or 10664876. OLE color: 10664876.

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

Color convert

RGB 172 187 162 -
CMYK 0.08 0 0.13 0.27
HSL 96º 0.16% 0.68% -
HSV(B) 96º 0.13% 0.73% -
XYZ 41.31 46.92 41.06 -
YUV 179.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 172 187 162 0.08 0 0.13 0.27 96 0.16 0.68
Hex AC BB A2 8 0 D 1B 60 10 44
Octal 254 273 242 10 0 15 33 140 20 104
Binary 10101100 10111011 10100010 1000 0 1101 11011 1100000 10000 1000100

Color Harmonies of #ACBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBA2

Black with #ACBBA2

Text Example


Text Example

White with #ACBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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