#ACBAA4

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

Shades of Spring Rain #ACBAA4

Tints of Spring Rain #ACBAA4

Color information

#ACBAA4 (or 0xACBAA4) is unknown color: approx Spring Rain. HEX triplet: AC, BA and A4. RGB value is (172,186,164). Sum of RGB (Red+Green+Blue) = 172+186+164=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA4 is #53455B. Grayscale: #B3B3B3. Windows color (decimal): -5457244 or 10795692. OLE color: 10795692.

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

Color convert

RGB172186164-
CMYK0.0800.120.27
HSL98.18º13.75%68.63%-
HSV(B)98.18º11.83%72.94%-
XYZ41.2746.5741.94-
YUV179.31119.36122.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=32.95%
G=35.63%
B=31.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861640.0800.120.2798.1813.7568.63
HexACBAA480C1B62e45
Octal254272244100143314216105
Binary10101100101110101010010010000110011011110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAA4; }

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

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

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

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

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

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

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

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