#ACBAA2

Color #ACBAA2 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ACBAA2

Tints of Spring Rain #ACBAA2

Color information

#ACBAA2 (or 0xACBAA2) is unknown color: approx Spring Rain. HEX triplet: AC, BA and A2. RGB value is (172,186,162). Sum of RGB (Red+Green+Blue) = 172+186+162=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA2 is #53455D. Grayscale: #B3B3B3. Windows color (decimal): -5457246 or 10664620. OLE color: 10664620.

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

Color convert

RGB172186162-
CMYK0.0800.130.27
HSL95º14.81%68.24%-
HSV(B)95º12.9%72.94%-
XYZ41.0946.540.99-
YUV179.08118.36122.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=33.08%
G=35.77%
B=31.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861620.0800.130.279514.8168.24
HexACBAA280D1B5ff44
Octal254272242100153313717104
Binary10101100101110101010001010000110111011101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAA2; }

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

 H1.HeaderClassName
 {
   color: #ACBAA2;
 }
 .AnyTagClassName
 {
   color: #ACBAA2;
 }
</style>
background-color css

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

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

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

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

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

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