Html Css Color HEX #ACBAA3 Spring Rain

📋 copy color: '#ACBAA3'

red 172 ◦ green 186 ◦ blue 163

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

Shades of Spring Rain #ACBAA3

Tints of Spring Rain #ACBAA3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 33.01%
G = 35.7%
B = 31.29%

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

#ACBAA3 (or 0xACBAA3) is known color: Spring Rain. HEX triplet: AC, BA and A3. RGB value is (172,186,163). Sum of RGB (Red+Green+Blue) = 172+186+163=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA3 is #53455C. Grayscale: #B3B3B3. Windows color (decimal): -5457245 or 10730156. OLE color: 10730156.

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

Color convert

RGB 172 186 163 -
CMYK 0.08 0 0.12 0.27
HSL 96.52º 0.14% 0.68% -
HSV(B) 96.52º 0.12% 0.73% -
XYZ 41.18 46.53 41.46 -
YUV 179.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 172 186 163 0.08 0 0.12 0.27 96.52 0.14 0.68
Hex AC BA A3 8 0 C 1B 61 E 44
Octal 254 272 243 10 0 14 33 141 16 104
Binary 10101100 10111010 10100011 1000 0 1100 11011 1100001 1110 1000100

Color Harmonies of #ACBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBAA3

Black with #ACBAA3

Text Example


Text Example

White with #ACBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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