Html Css Color HEX #ACBAA6 Spring Rain

📋 copy color: '#ACBAA6'

red 172 ◦ green 186 ◦ blue 166

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

Shades of Spring Rain #ACBAA6

Tints of Spring Rain #ACBAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 32.82%
G = 35.5%
B = 31.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#ACBAA6 (or 0xACBAA6) is known color: Spring Rain. HEX triplet: AC, BA and A6. RGB value is (172,186,166). Sum of RGB (Red+Green+Blue) = 172+186+166=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA6 is #534559. Grayscale: #B3B3B3. Windows color (decimal): -5457242 or 10926764. OLE color: 10926764.

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

Color convert

RGB 172 186 166 -
CMYK 0.08 0 0.11 0.27
HSL 102º 0.13% 0.69% -
HSV(B) 102º 0.11% 0.73% -
XYZ 41.46 46.64 42.89 -
YUV 179.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 172 186 166 0.08 0 0.11 0.27 102 0.13 0.69
Hex AC BA A6 8 0 B 1B 66 D 45
Octal 254 272 246 10 0 13 33 146 15 105
Binary 10101100 10111010 10100110 1000 0 1011 11011 1100110 1101 1000101

Color Harmonies of #ACBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBAA6

Black with #ACBAA6

Text Example


Text Example

White with #ACBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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